From 4089ef25c218bf6cf273c9570bdac51e904f3a91 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 2 Aug 2022 19:06:19 +0200 Subject: [PATCH 01/45] ApiCompat infra changes --- docs/coding-guidelines/updating-ref-source.md | 2 +- eng/illink.targets | 4 +- eng/resolveContract.props | 4 +- eng/resolveContract.targets | 40 ++++++++++++++----- src/libraries/Directory.Build.targets | 6 --- src/libraries/apicompat/ApiCompat.proj | 2 + src/libraries/oob.proj | 2 +- 7 files changed, 37 insertions(+), 23 deletions(-) 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/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 diff --git a/eng/resolveContract.targets b/eng/resolveContract.targets index 4a2b0a5adfcbd6..8ef0dd4e1eaec6 100644 --- a/eng/resolveContract.targets +++ b/eng/resolveContract.targets @@ -1,13 +1,10 @@ - - @(ReferencePath->'%(RelativeDir)'->Distinct()) - - $(ContractDependencyPaths);$(MicrosoftNetCoreAppRefPackRefDir) - + ResolvedMatchingContract + true + <_ApiCompatCaptureGroupPattern>.+\$([System.IO.Path]::DirectorySeparatorChar)(.+)\$([System.IO.Path]::DirectorySeparatorChar)(.+) + <_ApiCompatRuntimePrefixPattern>(.+)/(net\d.\d)-(.+)/(.+) - $(RepositoryEngineeringDir)DefaultGenApiDocIds.txt $(RepositoryEngineeringDir)LicenseHeader.txt $([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '..', 'ref', '$(AssemblyName).cs')) @@ -15,15 +12,38 @@ $(CoreLibProject) + + + + + + + + + + + + + + $(LibrariesProjectRoot)$(MSBuildProjectName)\ref\$(MSBuildProjectName).csproj true + + + - false + false + + + false - - + + + diff --git a/src/libraries/Directory.Build.targets b/src/libraries/Directory.Build.targets index 8f9b52adb2805d..532de4a4ee2f5f 100644 --- a/src/libraries/Directory.Build.targets +++ b/src/libraries/Directory.Build.targets @@ -141,12 +141,6 @@ - - - - - diff --git a/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj index d012f2da5fbedc..e650fcd143f345 100644 --- a/src/libraries/apicompat/ApiCompat.proj +++ b/src/libraries/apicompat/ApiCompat.proj @@ -8,6 +8,8 @@ true true true + + false $(MSBuildThisFileDirectory)ApiCompatBaseline.netstandard2.0.txt $(MSBuildThisFileDirectory)ApiCompatBaseline.netstandard2.1.txt 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'" /> From 9ec4dde022b3071d806a7fb763102e3c583a217a Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 2 Aug 2022 19:06:44 +0200 Subject: [PATCH 02/45] Convert baseline to suppression files --- .../CompatibilitySuppressions.xml | 171 ++++++++ .../MatchingRefApiCompatBaseline.txt | 35 -- .../System.Private.CoreLib.csproj | 1 - .../src/System.Private.CoreLib.csproj | 1 - .../src/CompatibilitySuppressions.xml | 28 ++ .../src/ApiCompatBaseline.txt | 11 - .../src/CompatibilitySuppressions.xml | 15 + .../src/MatchingRefApiCompatBaseline.txt | 12 - .../src/CompatibilitySuppressions.xml | 39 ++ .../src/MatchingRefApiCompatBaseline.txt | 9 - .../src/CompatibilitySuppressions.xml | 9 + .../src/MatchingRefApiCompatBaseline.txt | 2 - .../src/CompatibilitySuppressions.xml | 27 ++ .../src/MatchingRefApiCompatBaseline.txt | 8 - ...ingRefApiCompatBaseline.netstandard2.0.txt | 5 - .../src/CompatibilitySuppressions.xml | 368 ----------------- .../src/MatchingRefApiCompatBaseline.txt | 6 - .../src/CompatibilitySuppressions.xml | 9 + .../src/MatchingRefApiCompatBaseline.txt | 3 - .../src/ApiCompatBaseline.Tracing.txt | 7 - .../src/CompatibilitySuppressions.xml | 9 + .../src/MatchingRefApiCompatBaseline.txt | 6 - .../src/CompatibilitySuppressions.xml | 21 + .../src/MatchingRefApiCompatBaseline.txt | 2 - .../src/MatchingRefApiCompatBaseline.txt | 6 - .../src/CompatibilitySuppressions.xml | 45 ++ .../src/MatchingRefApiCompatBaseline.txt | 8 - .../src/CompatibilitySuppressions.xml | 387 ++++++++++++++++++ .../src/MatchingRefApiCompatBaseline.txt | 20 - .../src/CompatibilitySuppressions.xml | 8 + .../src/MatchingRefApiCompatBaseline.txt | 2 - .../src/CompatibilitySuppressions.xml | 39 ++ .../src/MatchingRefApiCompatBaseline.txt | 5 - .../src/CompatibilitySuppressions.xml | 129 ++++++ .../src/MatchingRefApiCompatBaseline.txt | 4 - .../src/CompatibilitySuppressions.xml | 21 + .../src/MatchingRefApiCompatBaseline.txt | 3 - .../src/CompatibilitySuppressions.xml | 9 + .../src/MatchingRefApiCompatBaseline.txt | 6 - .../src/CompatibilitySuppressions.xml | 15 + .../src/MatchingRefApiCompatBaseline.txt | 4 - .../src/MatchingRefApiCompatBaseline.txt | 3 - .../src/CompatibilitySuppressions.xml | 63 +++ .../src/MatchingRefApiCompatBaseline.txt | 8 - .../src/CompatibilitySuppressions.xml | 51 +++ .../src/MatchingRefApiCompatBaseline.txt | 11 - .../src/CompatibilitySuppressions.xml | 63 +++ .../src/MatchingRefApiCompatBaseline.txt | 9 - .../src/CompatibilitySuppressions.xml | 129 ++++++ .../src/MatchingRefApiCompatBaseline.txt | 34 -- .../src/CompatibilitySuppressions.xml | 102 +++++ ...ingRefApiCompatBaseline.netstandard2.0.txt | 27 -- .../src/CompatibilitySuppressions.xml | 18 + .../src/MatchingRefApiCompatBaseline.txt | 2 - .../src/CompatibilitySuppressions.xml | 117 ------ ...ingRefApiCompatBaseline.netstandard2.0.txt | 19 - .../src/MatchingRefApiCompatBaseline.txt | 2 - .../src/ApiCompatBaseline.Threading.txt | 6 - .../src/ApiCompatBaseline.Threading.txt | 11 - .../src/MatchingRefApiCompatBaseline.txt | 3 - .../src/CompatibilitySuppressions.xml | 9 + src/libraries/shims/Directory.Build.props | 2 +- .../CompatibilitySuppressions.xml | 147 +++++++ .../MatchingRefApiCompatBaseline.txt | 29 -- .../System.Private.CoreLib.csproj | 1 - 65 files changed, 1564 insertions(+), 817 deletions(-) create mode 100644 src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml delete mode 100644 src/coreclr/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt delete mode 100644 src/libraries/Microsoft.VisualBasic.Core/src/ApiCompatBaseline.txt create mode 100644 src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/Microsoft.VisualBasic.Core/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.AppContext/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.AppContext/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Collections.Specialized/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Collections.Specialized/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Collections/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Collections/src/MatchingRefApiCompatBaseline.txt delete mode 100644 src/libraries/System.Configuration.ConfigurationManager/src/MatchingRefApiCompatBaseline.netstandard2.0.txt delete mode 100644 src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Data.Odbc/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Diagnostics.Debug/src/MatchingRefApiCompatBaseline.txt delete mode 100644 src/libraries/System.Diagnostics.Tracing/src/ApiCompatBaseline.Tracing.txt create mode 100644 src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Diagnostics.Tracing/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.IO.Compression/src/MatchingRefApiCompatBaseline.txt delete mode 100644 src/libraries/System.IO.FileSystem/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.IO.Pipes/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Linq.Expressions/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Linq/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Linq/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Net.Security/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Reflection.Emit/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Reflection/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Reflection/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Resources.ResourceManager/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Resources.ResourceManager/src/MatchingRefApiCompatBaseline.txt delete mode 100644 src/libraries/System.Runtime.Extensions/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Runtime.InteropServices.JavaScript/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Runtime.InteropServices/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Runtime.Serialization.Formatters/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.Runtime/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Runtime/src/MatchingRefApiCompatBaseline.txt delete mode 100644 src/libraries/System.Security.Cryptography.Pkcs/src/MatchingRefApiCompatBaseline.netstandard2.0.txt delete mode 100644 src/libraries/System.Security.Cryptography.Xml/src/MatchingRefApiCompatBaseline.txt delete mode 100644 src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.ServiceModel.Syndication/src/MatchingRefApiCompatBaseline.netstandard2.0.txt delete mode 100644 src/libraries/System.Text.RegularExpressions/src/MatchingRefApiCompatBaseline.txt delete mode 100644 src/libraries/System.Threading.Thread/src/ApiCompatBaseline.Threading.txt delete mode 100644 src/libraries/System.Threading.ThreadPool/src/ApiCompatBaseline.Threading.txt delete mode 100644 src/libraries/System.Threading/src/MatchingRefApiCompatBaseline.txt create mode 100644 src/libraries/System.ValueTuple/src/CompatibilitySuppressions.xml create mode 100644 src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml delete mode 100644 src/mono/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..08a9ca64b4d7e1 --- /dev/null +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -0,0 +1,171 @@ + + + + CP0002 + M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.add_ProcessExit(System.EventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.remove_ProcessExit(System.EventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Environment.FailFast(System.String,System.Exception,System.String) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.WeakReference.#ctor + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ICastable + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + F:System.Resources.ResourceManager.BaseNameField + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + F:System.Resources.ResourceSet.Reader + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Reflection.Module.GetModuleHandleImpl + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + M:System.IO.FileSystemInfo.get_Exists + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + M:System.IO.FileSystemInfo.get_Name + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + P:System.IO.FileSystemInfo.Exists + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + P:System.IO.FileSystemInfo.Name + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Diagnostics.Tracing.EventCounter.Flush + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.Tracing.TraceLoggingEventTypes + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Console + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.InteropServices.ComActivationContextInternal + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.InteropServices.ComponentActivator + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.InteropServices.ComActivator + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.InteropServices.InMemoryAssemblyLoader + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/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 0a2be8fdccd42c..00000000000000 --- a/src/coreclr/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt +++ /dev/null @@ -1,35 +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.Runtime.InteropServices.ComActivationContextInternal' does not exist in the reference but it does exist in the implementation. -TypesMustExist : Type 'Internal.Runtime.InteropServices.ComActivator' does not exist in the reference but it does exist in the implementation. -TypesMustExist : Type 'Internal.Runtime.InteropServices.ComponentActivator' does not exist in the reference but it does exist in the implementation. -TypesMustExist : Type 'Internal.Runtime.InteropServices.InMemoryAssemblyLoader' does not exist in the reference but it does exist in the implementation. -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.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. -CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.TypeDependencyAttribute' exists on 'System.Collections.Generic.Comparer' in the implementation but not the reference. -CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.TypeDependencyAttribute' exists on 'System.Collections.Generic.EqualityComparer' in the implementation but not the reference. -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. -TypesMustExist : Type 'System.Diagnostics.Tracing.TraceLoggingEventTypes' does not exist in the reference but it does exist in the implementation. -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 'protected System.ModuleHandle System.Reflection.Module.GetModuleHandleImpl()' does not exist in the reference but it does exist in the implementation. -MembersMustExist : Member 'protected System.ModuleHandle System.Reflection.Emit.ModuleBuilder.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. -TypesMustExist : Type 'System.Runtime.CompilerServices.ICastable' 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. -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 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/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj index 2418c8833be824..8b47ddc16a680f 100644 --- a/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj +++ b/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj @@ -351,7 +351,6 @@ true - true 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 16d10f56413292..cb420f32303187 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 @@ -614,7 +614,6 @@ true - true diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml index 6b7b6bfd1c22a4..6e2b78b6675991 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml @@ -6,4 +6,32 @@ lib/net6.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll lib/net7.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + + 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}) + lib/net461/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + true + + + 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}) + lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + true + + + CP0002 + M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExplictServiceRegisterationWithIsService + lib/net461/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + true + + + CP0002 + M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExplictServiceRegisterationWithIsService + lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + true + \ No newline at end of file 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..312efecd036009 --- /dev/null +++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml @@ -0,0 +1,15 @@ + + + + CP0002 + M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0002 + M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + \ 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/System.AppContext/src/CompatibilitySuppressions.xml b/src/libraries/System.AppContext/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..ae168136ace3ee --- /dev/null +++ b/src/libraries/System.AppContext/src/CompatibilitySuppressions.xml @@ -0,0 +1,39 @@ + + + + CP0002 + M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.AppContext.dll + lib/net7.0/System.AppContext.dll + + + CP0002 + M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.AppContext.dll + lib/net7.0/System.AppContext.dll + + + CP0002 + M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.AppContext.dll + lib/net7.0/System.AppContext.dll + + + CP0002 + M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.AppContext.dll + lib/net7.0/System.AppContext.dll + + + CP0002 + M:System.AppContext.add_ProcessExit(System.EventHandler) + ref/net7.0/System.AppContext.dll + lib/net7.0/System.AppContext.dll + + + CP0002 + M:System.AppContext.remove_ProcessExit(System.EventHandler) + ref/net7.0/System.AppContext.dll + lib/net7.0/System.AppContext.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.Collections.Specialized/src/CompatibilitySuppressions.xml b/src/libraries/System.Collections.Specialized/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..cd776dbc5648d2 --- /dev/null +++ b/src/libraries/System.Collections.Specialized/src/CompatibilitySuppressions.xml @@ -0,0 +1,9 @@ + + + + CP0001 + T:System.Collections.Specialized.ListDictionary.DictionaryNode + ref/net7.0/System.Collections.Specialized.dll + lib/net7.0/System.Collections.Specialized.dll + + \ 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..c6535b887c8c7f --- /dev/null +++ b/src/libraries/System.Collections/src/CompatibilitySuppressions.xml @@ -0,0 +1,27 @@ + + + + CP0001 + T:System.Collections.Generic.SortedDictionary`2.KeyValuePairComparer + ref/net7.0/System.Collections.dll + lib/net7.0/System.Collections.dll + + + CP0001 + T:System.Collections.Generic.SortedList`2.KeyList + ref/net7.0/System.Collections.dll + lib/net7.0/System.Collections.dll + + + CP0001 + T:System.Collections.Generic.SortedList`2.ValueList + ref/net7.0/System.Collections.dll + lib/net7.0/System.Collections.dll + + + CP0001 + T:System.Collections.Generic.TreeSet`1 + ref/net7.0/System.Collections.dll + lib/net7.0/System.Collections.dll + + \ 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 a8dcfef40cbf89..00000000000000 --- a/src/libraries/System.Collections/src/MatchingRefApiCompatBaseline.txt +++ /dev/null @@ -1,8 +0,0 @@ -Compat issues with assembly System.Collections: -CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.TypeDependencyAttribute' exists on 'System.Collections.Generic.Comparer' in the implementation but not the reference. -CannotRemoveAttribute : Attribute 'System.Runtime.CompilerServices.TypeDependencyAttribute' exists on 'System.Collections.Generic.EqualityComparer' in the implementation but not the reference. -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/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 deleted file mode 100644 index 509bb53cd39215..00000000000000 --- a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,368 +0,0 @@ - - - - CP0001 - T:System.Data.Odbc.ODBC32 - lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0001 - T:System.Data.Odbc.ODBC32 - runtimes/freebsd/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0001 - T:System.Data.Odbc.ODBC32 - runtimes/linux/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0001 - T:System.Data.Odbc.ODBC32 - runtimes/osx/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0001 - T:System.Data.Odbc.ODBC32 - runtimes/win/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcInfoMessageEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Data.Odbc.dll - lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Data.Odbc.dll - lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Data.Odbc.dll - lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net6.0/System.Data.Odbc.dll - runtimes/freebsd/lib/net6.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net6.0/System.Data.Odbc.dll - runtimes/linux/lib/net6.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net6.0/System.Data.Odbc.dll - runtimes/osx/lib/net6.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net6.0/System.Data.Odbc.dll - runtimes/win/lib/net6.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net7.0/System.Data.Odbc.dll - runtimes/freebsd/lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net7.0/System.Data.Odbc.dll - runtimes/illumos/lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net7.0/System.Data.Odbc.dll - runtimes/ios/lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net7.0/System.Data.Odbc.dll - runtimes/linux/lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net7.0/System.Data.Odbc.dll - runtimes/osx/lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net7.0/System.Data.Odbc.dll - runtimes/solaris/lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net7.0/System.Data.Odbc.dll - runtimes/tvos/lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net7.0/System.Data.Odbc.dll - runtimes/win/lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/freebsd/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/freebsd/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/freebsd/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/freebsd/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/illumos/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/illumos/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/ios/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/ios/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/linux/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/linux/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/linux/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/linux/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/osx/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/osx/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/osx/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/osx/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/solaris/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/solaris/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/tvos/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/tvos/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/win/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/win/lib/net6.0/System.Data.Odbc.dll - lib/net6.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - runtimes/win/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - - CP0002 - M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) - runtimes/win/lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll - true - - \ 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.Diagnostics.Debug/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..7c2d123cf892fa --- /dev/null +++ b/src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml @@ -0,0 +1,9 @@ + + + + CP0002 + M:System.Diagnostics.Debug.SetProvider(System.Diagnostics.DebugProvider) + ref/net7.0/System.Diagnostics.Debug.dll + lib/net7.0/System.Diagnostics.Debug.dll + + \ 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.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.xml b/src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..c8dcd7df03e49d --- /dev/null +++ b/src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.xml @@ -0,0 +1,9 @@ + + + + CP0002 + M:System.Diagnostics.Tracing.EventCounter.Flush + 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.IO.Compression/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..8d959cfab52afc --- /dev/null +++ b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml @@ -0,0 +1,21 @@ + + + + CP0001 + T:System.IO.Compression.ZLibException + ref/net7.0/System.IO.Compression.dll + runtimes/win/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/browser/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..98c63f56a92f8c --- /dev/null +++ b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml @@ -0,0 +1,45 @@ + + + + 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..3782d2881f4a57 --- /dev/null +++ b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml @@ -0,0 +1,387 @@ + + + + CP0001 + T:System.Runtime.CompilerServices.RuntimeOps + 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 + + + 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.ElementInit.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.IndexExpression.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.InvocationExpression.get_ArgumentCount + 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.GetArgument(System.Int32) + 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.NewExpression.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 + + + 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.RuntimeOps + 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 + + + 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.ElementInit.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.IndexExpression.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.InvocationExpression.get_ArgumentCount + 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.GetArgument(System.Int32) + 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.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.NewExpression.get_ArgumentCount + 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/ios/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 + + + 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 + + + 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.ElementInit.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.IndexExpression.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.InvocationExpression.get_ArgumentCount + 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.GetArgument(System.Int32) + 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.NewExpression.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 + + + 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.RuntimeOps + 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 + + + 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.ElementInit.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.IndexExpression.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.InvocationExpression.get_ArgumentCount + 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.GetArgument(System.Int32) + 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.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.NewExpression.get_ArgumentCount + 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/maccatalyst/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..0f5e8063636bdd --- /dev/null +++ b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml @@ -0,0 +1,8 @@ + + + + + CP0001 + T:System.Linq.Grouping`2 + + \ 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..11bc9a79b27026 --- /dev/null +++ b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml @@ -0,0 +1,39 @@ + + + + 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 + + + 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/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 + + \ 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..7d5a9d82a4d753 --- /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/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 + 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 + 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 + 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 + 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 + 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 + 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/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/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/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/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/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/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/tvos/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..88e9172e170907 --- /dev/null +++ b/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml @@ -0,0 +1,21 @@ + + + + CP0003 + System.Reflection.Context, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ref/net7.0/System.Reflection.Context.dll + lib/net7.0/System.Reflection.Context.dll + + + CP0003 + System.Reflection.Context, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ref/net6.0/System.Reflection.Context.dll + lib/net6.0/System.Reflection.Context.dll + + + CP0003 + System.Reflection.Context, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ref/netstandard2.1/System.Reflection.Context.dll + lib/netstandard2.1/System.Reflection.Context.dll + + \ 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/CompatibilitySuppressions.xml b/src/libraries/System.Reflection/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..e17e15b5b3583b --- /dev/null +++ b/src/libraries/System.Reflection/src/CompatibilitySuppressions.xml @@ -0,0 +1,9 @@ + + + + CP0002 + M:System.Reflection.Module.GetModuleHandleImpl + ref/net7.0/System.Reflection.dll + lib/net7.0/System.Reflection.dll + + \ No newline at end of file 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/CompatibilitySuppressions.xml b/src/libraries/System.Resources.ResourceManager/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..65e05882a2a8e0 --- /dev/null +++ b/src/libraries/System.Resources.ResourceManager/src/CompatibilitySuppressions.xml @@ -0,0 +1,15 @@ + + + + CP0002 + F:System.Resources.ResourceManager.BaseNameField + ref/net7.0/System.Resources.ResourceManager.dll + lib/net7.0/System.Resources.ResourceManager.dll + + + CP0002 + F:System.Resources.ResourceSet.Reader + ref/net7.0/System.Resources.ResourceManager.dll + lib/net7.0/System.Resources.ResourceManager.dll + + \ No newline at end of file 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..15a5c51daa1039 --- /dev/null +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml @@ -0,0 +1,63 @@ + + + + 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.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.Uint8Array + ref/net7.0/System.Runtime.InteropServices.JavaScript.dll + runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll + + + CP0001 + T:System.Runtime.InteropServices.JavaScript.JSObject + ref/net7.0/System.Runtime.InteropServices.JavaScript.dll + runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll + + + CP0001 + T:System.Runtime.InteropServices.JavaScript.JSException + ref/net7.0/System.Runtime.InteropServices.JavaScript.dll + runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll + + + CP0001 + T:System.Runtime.InteropServices.JavaScript.JSObject + ref/net7.0/System.Runtime.InteropServices.JavaScript.dll + lib/net7.0/System.Runtime.InteropServices.JavaScript.dll + + + CP0001 + T:System.Runtime.InteropServices.JavaScript.JSException + ref/net7.0/System.Runtime.InteropServices.JavaScript.dll + 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..4cf29268d72947 --- /dev/null +++ b/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml @@ -0,0 +1,51 @@ + + + + CP0002 + M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor + ref/net7.0/System.Runtime.InteropServices.dll + lib/net7.0/System.Runtime.InteropServices.dll + + + 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.IDispatchImplAttribute + ref/net7.0/System.Runtime.InteropServices.dll + lib/net7.0/System.Runtime.InteropServices.dll + + + CP0001 + T:System.Runtime.InteropServices.IDispatchImplType + 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 + + + CP0001 + T:System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute + 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 dd2e06b69c3c29..00000000000000 --- a/src/libraries/System.Runtime.InteropServices/src/MatchingRefApiCompatBaseline.txt +++ /dev/null @@ -1,11 +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.IDispatchImplAttribute' does not exist in the reference but it does exist in the implementation. -TypesMustExist : Type 'System.Runtime.InteropServices.IDispatchImplType' 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..f36b32cb77e0fe --- /dev/null +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml @@ -0,0 +1,63 @@ + + + + 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/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 + + + 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 + + \ 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..25ecc830322a41 --- /dev/null +++ b/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml @@ -0,0 +1,129 @@ + + + + CP0002 + M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.AppContext.add_ProcessExit(System.EventHandler) + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.AppContext.remove_ProcessExit(System.EventHandler) + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.Environment.FailFast(System.String,System.Exception,System.String) + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.WeakReference.#ctor + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) + 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 + + + CP0002 + F:System.Resources.ResourceManager.BaseNameField + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + F:System.Resources.ResourceSet.Reader + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.Reflection.Module.GetModuleHandleImpl + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0013 + M:System.IO.FileSystemInfo.get_Exists + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0013 + M:System.IO.FileSystemInfo.get_Name + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0013 + P:System.IO.FileSystemInfo.Exists + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0013 + P:System.IO.FileSystemInfo.Name + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.Diagnostics.Debug.SetProvider(System.Diagnostics.DebugProvider) + 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..0dee27ad5b7802 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml @@ -102,4 +102,106 @@ lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll lib/net462/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.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.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_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.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.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.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.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.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.GetSignature + 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.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.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 + \ 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..6fdf4914c408b2 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml @@ -246,4 +246,22 @@ lib/netstandard2.0/System.Security.Cryptography.Xml.dll lib/net462/System.Security.Cryptography.Xml.dll + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/net7.0/System.Security.Cryptography.Xml.dll + lib/net7.0/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/net6.0/System.Security.Cryptography.Xml.dll + lib/net6.0/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/netstandard2.0/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.ServiceModel.Syndication/src/CompatibilitySuppressions.xml b/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml deleted file mode 100644 index 9f92dd6ea61fb2..00000000000000 --- a/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - CP0001 - T:System.ServiceModel.Syndication.SyndicationTextInput - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0001 - T:System.ServiceModel.Syndication.TryParseDateTimeCallback - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0001 - T:System.ServiceModel.Syndication.TryParseUriCallback - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0001 - T:System.ServiceModel.Syndication.XmlDateTimeData - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0001 - T:System.ServiceModel.Syndication.XmlUriData - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.TryParseDateTimeCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.ServiceModel.Syndication.dll - lib/net7.0/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.TryParseUriCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.ServiceModel.Syndication.dll - lib/net7.0/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_Documentation - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipDays - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipHours - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_TextInput - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_TimeToLive - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.set_Documentation(System.ServiceModel.Syndication.SyndicationLink) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.set_TextInput(System.ServiceModel.Syndication.SyndicationTextInput) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.set_TimeToLive(System.Nullable{System.TimeSpan}) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_DateTimeParser - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_UriParser - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_DateTimeParser(System.ServiceModel.Syndication.TryParseDateTimeCallback) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_UriParser(System.ServiceModel.Syndication.TryParseUriCallback) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/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.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/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.ValueTuple/src/CompatibilitySuppressions.xml b/src/libraries/System.ValueTuple/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..45231b8429207c --- /dev/null +++ b/src/libraries/System.ValueTuple/src/CompatibilitySuppressions.xml @@ -0,0 +1,9 @@ + + + + CP0003 + System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + ref/net7.0/System.ValueTuple.dll + lib/net7.0/System.ValueTuple.dll + + \ No newline at end of file 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/mono/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..e845b0d901cadf --- /dev/null +++ b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -0,0 +1,147 @@ + + + + CP0002 + M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.add_ProcessExit(System.EventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.remove_ProcessExit(System.EventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Environment.FailFast(System.String,System.Exception,System.String) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ICastable + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + F:System.Resources.ResourceManager.BaseNameField + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + F:System.Resources.ResourceSet.Reader + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Reflection.Module.GetModuleHandleImpl + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + M:System.IO.FileSystemInfo.get_Exists + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + M:System.IO.FileSystemInfo.get_Name + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + P:System.IO.FileSystemInfo.Exists + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + P:System.IO.FileSystemInfo.Name + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Diagnostics.Tracing.EventCounter.Flush + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.Tracing.TraceLoggingEventTypes + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Console + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.InteropServices.ComponentActivator + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/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 baf962e85e9b65..00000000000000 --- a/src/mono/System.Private.CoreLib/MatchingRefApiCompatBaseline.txt +++ /dev/null @@ -1,29 +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.Runtime.InteropServices.ComponentActivator' does not exist in the reference but it does exist in the implementation. -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.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.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. -TypesMustExist : Type 'System.Diagnostics.Tracing.TraceLoggingEventTypes' does not exist in the reference but it does exist in the implementation. -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 'protected System.ModuleHandle System.Reflection.Module.GetModuleHandleImpl()' does not exist in the reference but it does exist in the implementation. -MembersMustExist : Member 'protected System.ModuleHandle System.Reflection.Emit.ModuleBuilder.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. -TypesMustExist : Type 'System.Runtime.CompilerServices.ICastable' 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. -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 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/mono/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj index 0c078da40064a0..a7a61ca5847695 100644 --- a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj +++ b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj @@ -362,7 +362,6 @@ true - true From c49347dc6f46cd9bed9d86883ac3ba8030553233 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 19 Aug 2022 19:18:38 +0200 Subject: [PATCH 03/45] ApiCompat.proj --- NuGet.config | 1 + eng/Versions.props | 2 +- src/libraries/apicompat/ApiCompat.proj | 91 +- ...iCompatBaseline.NetCoreAppLatestStable.xml | 21591 ++++++++++++++++ .../ApiCompatBaseline.netstandard2.0.txt | 532 - .../ApiCompatBaseline.netstandard2.1.txt | 157 - 6 files changed, 21631 insertions(+), 743 deletions(-) create mode 100644 src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml delete mode 100644 src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.txt delete mode 100644 src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.txt diff --git a/NuGet.config b/NuGet.config index 33b098b1293e57..763d83c4150730 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,6 +12,7 @@ one as a template. The following line is a marker to insert the test restore sources. --> + diff --git a/eng/Versions.props b/eng/Versions.props index 3775e42248c8f3..64c2254e222dbf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -52,7 +52,7 @@ 4.4.0-2.22412.11 0.2.0 - 7.0.100-rc.1.22402.1 + 7.0.100-dev 7.0.0-beta.22424.3 7.0.0-beta.22424.3 diff --git a/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj index e650fcd143f345..fe6c5e4ed0fe45 100644 --- a/src/libraries/apicompat/ApiCompat.proj +++ b/src/libraries/apicompat/ApiCompat.proj @@ -7,13 +7,10 @@ true true - true - - false - $(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 @@ -21,6 +18,11 @@ + + + + + - + - - $(ApiCompatNetStandard21BaselineFile) - $(ApiCompatNetStandard20BaselineFile) - $(ApiCompatNetCoreAppLatestStableBaselineFile) - - - - - + + - - - - + - - - - - - - - - - + + + + CP0016 + M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/Microsoft.Win32.Registry.dll + net7.0/Microsoft.Win32.Registry.dll + + + CP0016 + M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object,Microsoft.Win32.RegistryValueOptions)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/Microsoft.Win32.Registry.dll + net7.0/Microsoft.Win32.Registry.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeRegistryHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/Microsoft.Win32.Registry.dll + net7.0/Microsoft.Win32.Registry.dll + + + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`1.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`5.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`6.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`7.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`8.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Converter`2.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.EventHandler.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`6.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`7.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`8.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`9.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0001 + T:System.IntPtr + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0001 + T:System.UIntPtr + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.UIntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Security.Principal.SecurityIdentifier.#ctor(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean) + 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 + + + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + 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 + + + CP0016 + M:System.Security.Cryptography.DES.Create:[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 + + + CP0015 + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[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 + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[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 + + + CP0016 + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[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 + 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.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0015 + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[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.RijndaelManaged:[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 + + + CP0016 + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[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 + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0014 + F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0015 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0015 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object,Microsoft.Win32.RegistryValueOptions)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.#ctor(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeRegistryHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`10.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`11.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`12.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`13.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`14.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`15.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`16.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`5.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`6.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`7.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`8.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`9.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Converter`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.EventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`10.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`11.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`12.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`13.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`14.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`15.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`16.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`17.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`6.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`7.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`8.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`9.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0001 + T:System.IntPtr + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0001 + T:System.UIntPtr + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.UIntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + 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.AesManaged:[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 + + + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + 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 + + + CP0016 + M:System.Security.Cryptography.DES.Create:[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 + + + CP0015 + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[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 + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[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 + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[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 + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[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 + 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 + 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 + + + CP0016 + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[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 + 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.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[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.RijndaelManaged:[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 + + + CP0016 + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[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 + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0014 + F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + 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 + + + CP0016 + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Collections.NonGeneric.dll + net7.0/System.Collections.NonGeneric.dll + + + CP0016 + M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.ComponentModel.Annotations.dll + net7.0/System.ComponentModel.Annotations.dll + + + CP0016 + M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.ComponentModel.DataAnnotations.dll + net7.0/System.ComponentModel.DataAnnotations.dll + + + CP0002 + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0016 + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0015 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.VersionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0015 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0002 + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`10.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`11.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`12.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`13.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`14.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`15.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`16.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`9.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`10.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`11.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`12.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`13.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`14.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`15.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`16.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`17.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + 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 + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0014 + T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + 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 + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + 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 + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + 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.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 + + + CP0016 + M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + 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.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 + + + CP0016 + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0015 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0002 + M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0002 + M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0002 + M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0002 + M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0002 + M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0002 + M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0002 + M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0002 + M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0015 + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0015 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0015 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0015 + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0015 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0015 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0015 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0002 + M:System.Diagnostics.SampleActivity`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll + + + CP0002 + M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll + + + CP0002 + M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll + + + CP0002 + M:System.Diagnostics.Metrics.MeasurementCallback`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll + + + CP0002 + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0015 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0015 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0016 + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TextWriterTraceListener.dll + net7.0/System.Diagnostics.TextWriterTraceListener.dll + + + CP0016 + M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TextWriterTraceListener.dll + net7.0/System.Diagnostics.TextWriterTraceListener.dll + + + CP0015 + T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0015 + T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0015 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0015 + T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0015 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0015 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0015 + T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0015 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0015 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Dynamic.Runtime.dll + net7.0/System.Dynamic.Runtime.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0015 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0015 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.IO.FileSystem.Primitives.dll + net7.0/System.IO.FileSystem.Primitives.dll + + + CP0002 + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll + + + CP0002 + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll + + + CP0002 + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll + + + CP0002 + M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.Pipes.dll + net7.0/System.IO.Pipes.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.IO.Pipes.dll + net7.0/System.IO.Pipes.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.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 + + + CP0016 + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll + + + CP0016 + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll + + + CP0016 + M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll + + + CP0016 + M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll + + + CP0016 + M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll + + + CP0002 + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.Http.HeaderEncodingSelector`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0015 + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0016 + M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll + + + CP0002 + M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.HttpListener.dll + net7.0/System.Net.HttpListener.dll + + + CP0002 + M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.HttpListener.dll + net7.0/System.Net.HttpListener.dll + + + CP0016 + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.HttpListener.dll + net7.0/System.Net.HttpListener.dll + + + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll + + + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll + + + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll + + + CP0002 + M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0002 + M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Ping.dll + net7.0/System.Net.Ping.dll + + + CP0002 + M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Requests.dll + net7.0/System.Net.Requests.dll + + + CP0002 + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Security.dll + net7.0/System.Net.Security.dll + + + CP0002 + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Security.dll + net7.0/System.Net.Security.dll + + + CP0002 + M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Security.dll + net7.0/System.Net.Security.dll + + + CP0002 + M:System.Net.Security.ServerOptionsSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Security.dll + net7.0/System.Net.Security.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 + + + CP0002 + M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.ServicePoint.dll + net7.0/System.Net.ServicePoint.dll + + + CP0002 + M:System.Net.Sockets.SafeSocketHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0002 + M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0002 + M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll + + + CP0016 + M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll + + + CP0016 + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll + + + CP0016 + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll + + + CP0016 + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll + + + CP0016 + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll + + + CP0016 + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll + + + CP0016 + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll + + + CP0002 + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll + + + CP0002 + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll + + + CP0016 + M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.DispatchProxy.dll + net7.0/System.Reflection.DispatchProxy.dll + + + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll + + + CP0002 + M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr) + net6.0/System.Runtime.CompilerServices.Unsafe.dll + net7.0/System.Runtime.CompilerServices.Unsafe.dll + + + CP0002 + M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr) + net6.0/System.Runtime.CompilerServices.Unsafe.dll + net7.0/System.Runtime.CompilerServices.Unsafe.dll + + + CP0002 + M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr) + net6.0/System.Runtime.CompilerServices.Unsafe.dll + net7.0/System.Runtime.CompilerServices.Unsafe.dll + + + CP0002 + M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr) + net6.0/System.Runtime.CompilerServices.Unsafe.dll + net7.0/System.Runtime.CompilerServices.Unsafe.dll + + + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`10.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`11.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`12.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`13.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`14.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`15.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`16.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`5.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`6.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`7.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`8.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`9.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Converter`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryParseExact(System.String,System.String,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryParseExact(System.String,System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.EventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`10.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`11.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`12.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`13.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`14.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`15.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`16.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`17.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`6.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`7.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`8.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`9.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Half.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Half.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Half.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0001 + T:System.IntPtr + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.TryParseExact(System.String,System.String,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.TryParseExact(System.String,System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0001 + T:System.UIntPtr + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0014 + F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0015 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0015 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.DllImportResolver.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.NativeLibrary.Free(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.NativeLibrary.GetExport(System.IntPtr,System.String) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.NativeLibrary.TryGetExport(System.IntPtr,System.String,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.NativeLibrary.TryLoad(System.String,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.NativeLibrary.TryLoad(System.String,System.Reflection.Assembly,System.Nullable{System.Runtime.InteropServices.DllImportSearchPath},System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComWrappers.GetOrCreateObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComWrappers.CreateObject(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComWrappers.GetOrRegisterObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags,System.Object) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComWrappers.GetOrRegisterObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags,System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComWrappers.GetIUnknownImpl(System.IntPtr@,System.IntPtr@,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0005 + M:System.Runtime.InteropServices.ComWrappers.CreateObject(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.Invoke(System.Exception,System.RuntimeMethodHandle,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.BeginInvoke(System.Exception,System.RuntimeMethodHandle,System.IntPtr@,System.AsyncCallback,System.Object) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.EndInvoke(System.IntPtr@,System.IAsyncResult) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.Initialize(,,,System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.CreateReferenceTrackingHandle(System.Object,System.Span{System.IntPtr}@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.SetMessageSendCallback(System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.MessageSendFunction,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + 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 + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0002 + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0002 + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0002 + M:System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode.#ctor(System.Object,System.IntPtr) + net6.0/System.Security.AccessControl.dll + net7.0/System.Security.AccessControl.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.AesManaged:[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 + + + CP0016 + M:System.Security.Cryptography.DES.Create:[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 + + + CP0015 + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[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 + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(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.ECDsa:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(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.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 + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[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 + 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 + 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 + + + CP0016 + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[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 + 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.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0015 + M:System.Security.Cryptography.RC2.Create:[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.RijndaelManaged:[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 + + + CP0016 + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[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 + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + M:System.Security.Cryptography.DSAOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0002 + M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0002 + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0002 + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.RSAOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0002 + M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0002 + M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + P:System.Security.Cryptography.SafeEvpPKeyHandle.OpenSslVersion:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + + + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0015 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0002 + M:System.Security.Principal.SecurityIdentifier.#ctor(System.IntPtr) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll + + + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll + + + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll + + + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll + + + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.#ctor(System.IntPtr) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll + + + CP0016 + M:System.Text.Json.JsonDocument.Parse(System.ReadOnlyMemory{System.Char},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonDocument.Parse(System.String,System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Byte},System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.Serialization.JsonSerializerContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonDocument,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonElement,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Nodes.JsonNode,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.DeserializeAsync(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.DeserializeAsyncEnumerable``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.DeserializeAsync``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Byte},System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonDocument,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonElement,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Nodes.JsonNode,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Utf8JsonReader@,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Serialize(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Serialize(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Serialize(System.Text.Json.Utf8JsonWriter,System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeAsync``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToDocument(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToDocument``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToElement(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToElement``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToNode(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToNode``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Serialize``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Serialize``1(System.Text.Json.Utf8JsonWriter,``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Serialize``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializerOptions.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.ReadOnlySpan{System.Char},System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + T:System.Text.Json.Serialization.JsonStringEnumConverter:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.Nodes.JsonArray.Add``1(``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.Nodes.JsonNode.Parse(System.String,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.Nodes.JsonValue.Create``1(``0,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0002 + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0002 + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.IntPtr@) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.UIntPtr@) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Overlapped.dll + net7.0/System.Threading.Overlapped.dll + + + CP0002 + M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) + net6.0/System.Threading.Overlapped.dll + net7.0/System.Threading.Overlapped.dll + + + CP0002 + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.IntPtr@) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) + net6.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0002 + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0002 + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Timer.dll + net7.0/System.Threading.Timer.dll + + + CP0002 + M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll + + + CP0002 + M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll + + + CP0002 + M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Windows.dll + net7.0/System.Windows.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0002 + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0002 + M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0002 + M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0002 + M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0002 + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0002 + M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0002 + M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0002 + M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0002 + M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.XPath.dll + net7.0/System.Xml.XPath.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.XPath.dll + net7.0/System.Xml.XPath.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/WindowsBase.dll + net7.0/WindowsBase.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.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 From 9615faee58c27d7a6e8743ef063711b32d4fce44 Mon Sep 17 00:00:00 2001 From: smasher164 Date: Thu, 25 Aug 2022 13:08:49 -0700 Subject: [PATCH 04/45] update suppressions --- NuGet.config | 3 +- .../src/CompatibilitySuppressions.xml | 9 + .../src/CompatibilitySuppressions.xml | 273 +++++++++++++++ .../src/CompatibilitySuppressions.xml | 327 ++++++++++++++++++ .../src/CompatibilitySuppressions.xml | 7 + .../src/CompatibilitySuppressions.xml | 18 + .../src/CompatibilitySuppressions.xml | 9 + .../src/CompatibilitySuppressions.xml | 33 ++ .../src/CompatibilitySuppressions.xml | 12 + .../src/CompatibilitySuppressions.xml | 24 ++ .../src/CompatibilitySuppressions.xml | 12 + .../src/CompatibilitySuppressions.xml | 42 +++ .../src/CompatibilitySuppressions.xml | 1 - .../src/CompatibilitySuppressions.xml | 132 +++++++ .../src/CompatibilitySuppressions.xml | 35 -- .../src/CompatibilitySuppressions.xml | 9 + 16 files changed, 909 insertions(+), 37 deletions(-) create mode 100644 src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/Microsoft.NET.WebAssembly.Threading/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.ComponentModel.Composition/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml diff --git a/NuGet.config b/NuGet.config index 763d83c4150730..3956343dc8d382 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,7 +12,8 @@ one as a template. The following line is a marker to insert the test restore sources. --> - + + diff --git a/src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..99d19ff0ace787 --- /dev/null +++ b/src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml @@ -0,0 +1,9 @@ + + + + CP0002 + M:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.#ctor + lib/netstandard2.0/Microsoft.Extensions.Hosting.dll + lib/netstandard2.1/Microsoft.Extensions.Hosting.dll + + \ No newline at end of file diff --git a/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..b84e77a9a6be5b --- /dev/null +++ b/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml @@ -0,0 +1,273 @@ + + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Caching.Abstractions.dll + lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Caching.Abstractions.dll + right + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + left + lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Caching.Memory.dll + lib/net7.0/Microsoft.Extensions.Caching.Memory.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll + lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.Binder.dll + lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.CommandLine.dll + lib/net7.0/Microsoft.Extensions.Configuration.CommandLine.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.dll + lib/net7.0/Microsoft.Extensions.Configuration.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll + lib/net7.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll + lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.Ini.dll + lib/net7.0/Microsoft.Extensions.Configuration.Ini.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.Json.dll + lib/net7.0/Microsoft.Extensions.Configuration.Json.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.UserSecrets.dll + lib/net7.0/Microsoft.Extensions.Configuration.UserSecrets.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Configuration.Xml.dll + lib/net7.0/Microsoft.Extensions.Configuration.Xml.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll + lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.DependencyInjection.dll + lib/net7.0/Microsoft.Extensions.DependencyInjection.dll + + + CP1002 + System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.DependencyInjection.dll + lib/net7.0/Microsoft.Extensions.DependencyInjection.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.FileProviders.Abstractions.dll + lib/net7.0/Microsoft.Extensions.FileProviders.Abstractions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.FileProviders.Composite.dll + lib/net7.0/Microsoft.Extensions.FileProviders.Composite.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.FileProviders.Physical.dll + lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll + lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll + lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Hosting.dll + lib/net7.0/Microsoft.Extensions.Hosting.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Http.dll + lib/net7.0/Microsoft.Extensions.Http.dll + + + CP1002 + System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Http.dll + lib/net7.0/Microsoft.Extensions.Http.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Logging.Abstractions.dll + lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Logging.Configuration.dll + lib/net7.0/Microsoft.Extensions.Logging.Configuration.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Logging.Console.dll + lib/net7.0/Microsoft.Extensions.Logging.Console.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Logging.Debug.dll + lib/net7.0/Microsoft.Extensions.Logging.Debug.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Logging.dll + lib/net7.0/Microsoft.Extensions.Logging.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Logging.EventLog.dll + lib/net7.0/Microsoft.Extensions.Logging.EventLog.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Logging.EventSource.dll + lib/net7.0/Microsoft.Extensions.Logging.EventSource.dll + + + CP1002 + System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Logging.EventSource.dll + lib/net7.0/Microsoft.Extensions.Logging.EventSource.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Logging.TraceSource.dll + lib/net7.0/Microsoft.Extensions.Logging.TraceSource.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll + lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Options.DataAnnotations.dll + lib/net7.0/Microsoft.Extensions.Options.DataAnnotations.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Options.dll + lib/net7.0/Microsoft.Extensions.Options.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Primitives.dll + lib/net7.0/Microsoft.Extensions.Primitives.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Diagnostics.EventLog.dll + lib/net7.0/System.Diagnostics.EventLog.dll + + + CP1002 + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Diagnostics.EventLog.dll + lib/net7.0/System.Diagnostics.EventLog.dll + + + CP1002 + System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Diagnostics.EventLog.dll + lib/net7.0/System.Diagnostics.EventLog.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.IO.Pipelines.dll + lib/net7.0/System.IO.Pipelines.dll + + + CP1002 + System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + ref/net7.0/System.IO.Pipelines.dll + lib/net7.0/System.IO.Pipelines.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Cryptography.Xml.dll + lib/net7.0/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/net7.0/System.Security.Cryptography.Xml.dll + lib/net7.0/System.Security.Cryptography.Xml.dll + + \ No newline at end of file diff --git a/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..85ba6b166b838e --- /dev/null +++ b/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml @@ -0,0 +1,327 @@ + + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Win32.Registry.AccessControl.dll + lib/net7.0/Microsoft.Win32.Registry.AccessControl.dll + + + CP1002 + Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Win32.Registry.AccessControl.dll + right + + + CP1002 + Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + left + lib/net7.0/Microsoft.Win32.Registry.AccessControl.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Win32.SystemEvents.dll + lib/net7.0/Microsoft.Win32.SystemEvents.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.CodeDom.dll + lib/net7.0/System.CodeDom.dll + + + CP1002 + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.CodeDom.dll + lib/net7.0/System.CodeDom.dll + + + CP1002 + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.CodeDom.dll + lib/net7.0/System.CodeDom.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP1002 + System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP1002 + System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP1002 + System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP1002 + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP1002 + System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP1002 + System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Diagnostics.EventLog.dll + lib/net7.0/System.Diagnostics.EventLog.dll + + + CP1002 + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Diagnostics.EventLog.dll + lib/net7.0/System.Diagnostics.EventLog.dll + + + CP1002 + System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Diagnostics.EventLog.dll + lib/net7.0/System.Diagnostics.EventLog.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Diagnostics.PerformanceCounter.dll + lib/net7.0/System.Diagnostics.PerformanceCounter.dll + + + CP1002 + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Diagnostics.PerformanceCounter.dll + lib/net7.0/System.Diagnostics.PerformanceCounter.dll + + + CP1002 + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Diagnostics.PerformanceCounter.dll + lib/net7.0/System.Diagnostics.PerformanceCounter.dll + + + CP1002 + System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.DirectoryServices.dll + lib/net7.0/System.DirectoryServices.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.DirectoryServices.dll + lib/net7.0/System.DirectoryServices.dll + + + CP1002 + System.IO.FileSystem.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.DirectoryServices.dll + lib/net7.0/System.DirectoryServices.dll + + + CP1002 + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.DirectoryServices.dll + lib/net7.0/System.DirectoryServices.dll + + + CP1002 + System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.DirectoryServices.dll + lib/net7.0/System.DirectoryServices.dll + + + CP1002 + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.DirectoryServices.dll + lib/net7.0/System.DirectoryServices.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Drawing.Common.dll + lib/net7.0/System.Drawing.Common.dll + + + CP1002 + System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Drawing.Common.dll + lib/net7.0/System.Drawing.Common.dll + + + CP1002 + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Drawing.Common.dll + lib/net7.0/System.Drawing.Common.dll + + + CP1002 + System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Drawing.Common.dll + lib/net7.0/System.Drawing.Common.dll + + + CP1002 + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Drawing.Common.dll + lib/net7.0/System.Drawing.Common.dll + + + CP1002 + System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Drawing.Common.dll + right + + + CP1002 + System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + left + lib/net7.0/System.Drawing.Common.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.IO.Packaging.dll + lib/net7.0/System.IO.Packaging.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Resources.Extensions.dll + lib/net7.0/System.Resources.Extensions.dll + + + CP1002 + System.Resources.Writer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Resources.Extensions.dll + lib/net7.0/System.Resources.Extensions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Cryptography.Pkcs.dll + lib/net7.0/System.Security.Cryptography.Pkcs.dll + + + CP1002 + System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Cryptography.Pkcs.dll + lib/net7.0/System.Security.Cryptography.Pkcs.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Cryptography.ProtectedData.dll + lib/net7.0/System.Security.Cryptography.ProtectedData.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Cryptography.Xml.dll + lib/net7.0/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/net7.0/System.Security.Cryptography.Xml.dll + lib/net7.0/System.Security.Cryptography.Xml.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Permissions.dll + lib/net7.0/System.Security.Permissions.dll + + + CP1002 + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Permissions.dll + lib/net7.0/System.Security.Permissions.dll + + + CP1002 + System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Permissions.dll + lib/net7.0/System.Security.Permissions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Permissions.dll + right + + + CP1002 + System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Security.Permissions.dll + right + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + left + lib/net7.0/System.Security.Permissions.dll + + + CP1002 + System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + left + lib/net7.0/System.Security.Permissions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Threading.AccessControl.dll + lib/net7.0/System.Threading.AccessControl.dll + + + CP1002 + System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Threading.AccessControl.dll + lib/net7.0/System.Threading.AccessControl.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Windows.Extensions.dll + lib/net7.0/System.Windows.Extensions.dll + + + CP1002 + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Windows.Extensions.dll + lib/net7.0/System.Windows.Extensions.dll + + + CP1002 + System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Windows.Extensions.dll + lib/net7.0/System.Windows.Extensions.dll + + + CP0004 + System.Diagnostics.EventLog.Messages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + left + lib/net7.0/System.Diagnostics.EventLog.Messages.dll + + \ No newline at end of file diff --git a/src/libraries/Microsoft.NET.WebAssembly.Threading/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.NET.WebAssembly.Threading/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..32cb9a1313faea --- /dev/null +++ b/src/libraries/Microsoft.NET.WebAssembly.Threading/src/CompatibilitySuppressions.xml @@ -0,0 +1,7 @@ + + + + PKV004 + net7.0 + + \ No newline at end of file diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml index 312efecd036009..f4f9c658270300 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml @@ -12,4 +12,22 @@ ref/net7.0/Microsoft.VisualBasic.Core.dll runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + CP0014 + M:Microsoft.VisualBasic.Strings.LCase(System.String)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0014 + M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0014 + M:Microsoft.VisualBasic.CompilerServices.StringType.FromObject(System.Object)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Composition/src/CompatibilitySuppressions.xml b/src/libraries/System.ComponentModel.Composition/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..dadd698d248bec --- /dev/null +++ b/src/libraries/System.ComponentModel.Composition/src/CompatibilitySuppressions.xml @@ -0,0 +1,9 @@ + + + + CP0016 + T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + lib/netstandard2.0/System.ComponentModel.Composition.dll + lib/net6.0/System.ComponentModel.Composition.dll + + \ No newline at end of file diff --git a/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..14ac8f4286411e --- /dev/null +++ b/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml @@ -0,0 +1,33 @@ + + + + CP0016 + M:System.Data.DataTableReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + ref/net7.0/System.Data.Common.dll + lib/net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTableReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + ref/net7.0/System.Data.Common.dll + lib/net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbDataReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + ref/net7.0/System.Data.Common.dll + lib/net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbDataReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + ref/net7.0/System.Data.Common.dll + lib/net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + ref/net7.0/System.Data.Common.dll + lib/net7.0/System.Data.Common.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 index 3c98c29c672ce8..4d6ee6946f3e48 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml @@ -6,4 +6,16 @@ lib/net6.0/System.Diagnostics.EventLog.dll lib/net7.0/System.Diagnostics.EventLog.dll + + 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 + \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml b/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml index 8f56bc5a74e021..25bafb02467751 100644 --- a/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml @@ -6,4 +6,28 @@ lib/net6.0/System.DirectoryServices.dll lib/net7.0/System.DirectoryServices.dll + + CP0015 + T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] + ref/net7.0/System.DirectoryServices.dll + runtimes/win/lib/net7.0/System.DirectoryServices.dll + + + CP0015 + T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] + ref/net6.0/System.DirectoryServices.dll + runtimes/win/lib/net6.0/System.DirectoryServices.dll + + + CP0015 + T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] + lib/net6.0/System.DirectoryServices.dll + runtimes/win/lib/net6.0/System.DirectoryServices.dll + + + CP0015 + T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] + lib/net7.0/System.DirectoryServices.dll + runtimes/win/lib/net7.0/System.DirectoryServices.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 f2644074c69fce..6ff935368f74a9 100644 --- a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml @@ -837,4 +837,16 @@ lib/netstandard2.0/System.Drawing.Common.dll true + + CP0016 + M:System.Drawing.Graphics.GetContextInfo:[T:System.ComponentModel.EditorBrowsableAttribute] + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0016 + M:System.Drawing.Graphics.GetContextInfo:[T:System.ObsoleteAttribute] + 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.Pipes/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml index 98c63f56a92f8c..46fb73bfe9cec3 100644 --- a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml @@ -42,4 +42,46 @@ ref/net7.0/System.IO.Pipes.dll runtimes/win/lib/net7.0/System.IO.Pipes.dll + + CP0001 + T:System.IO.Pipes.AnonymousPipeServerStreamAcl + ref/net7.0/System.IO.Pipes.dll + runtimes/unix/lib/net7.0/System.IO.Pipes.dll + + + CP0001 + T:System.IO.Pipes.NamedPipeServerStreamAcl + ref/net7.0/System.IO.Pipes.dll + runtimes/unix/lib/net7.0/System.IO.Pipes.dll + + + CP0001 + T:System.IO.Pipes.PipeAccessRights + ref/net7.0/System.IO.Pipes.dll + runtimes/unix/lib/net7.0/System.IO.Pipes.dll + + + CP0001 + T:System.IO.Pipes.PipeAccessRule + ref/net7.0/System.IO.Pipes.dll + runtimes/unix/lib/net7.0/System.IO.Pipes.dll + + + CP0001 + T:System.IO.Pipes.PipeAuditRule + ref/net7.0/System.IO.Pipes.dll + runtimes/unix/lib/net7.0/System.IO.Pipes.dll + + + CP0001 + T:System.IO.Pipes.PipesAclExtensions + ref/net7.0/System.IO.Pipes.dll + runtimes/unix/lib/net7.0/System.IO.Pipes.dll + + + CP0001 + T:System.IO.Pipes.PipeSecurity + ref/net7.0/System.IO.Pipes.dll + runtimes/unix/lib/net7.0/System.IO.Pipes.dll + \ No newline at end of file diff --git a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml index 0f5e8063636bdd..ff3c16c87b36b5 100644 --- a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml @@ -1,6 +1,5 @@  - CP0001 T:System.Linq.Grouping`2 diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml index 0dee27ad5b7802..6868be6b751a03 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml @@ -204,4 +204,136 @@ ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + + CP0016 + M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters):[T:System.ObsoleteAttribute] + lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + lib/net6.0/System.Security.Cryptography.Pkcs.dll + + + CP0016 + M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature:[T:System.ObsoleteAttribute] + lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + lib/net6.0/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.CmsSigner.get_PrivateKey + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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/netstandard2.1/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.CmsSigner.get_SignaturePadding + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.CmsSigner.set_SignaturePadding(System.Security.Cryptography.RSASignaturePadding) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignerInfo.get_SignatureAlgorithm + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/System.Security.Cryptography.Pkcs.dll + \ No newline at end of file diff --git a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml deleted file mode 100644 index 0b5944bdde9f57..00000000000000 --- a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - CP0001 - T:System.Xaml.Permissions.XamlLoadPermission - lib/net5.0/System.Security.Permissions.dll - lib/netstandard2.0/System.Security.Permissions.dll - true - - - CP0001 - T:System.Xaml.Permissions.XamlLoadPermission - lib/netcoreapp3.1/System.Security.Permissions.dll - lib/netstandard2.0/System.Security.Permissions.dll - true - - - CP0002 - M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0002 - M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32) - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0002 - M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor - 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.Xml.ReaderWriter/src/CompatibilitySuppressions.xml b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..75b720080db99c --- /dev/null +++ b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml @@ -0,0 +1,9 @@ + + + + CP0015 + T:System.Xml.IApplicationResourceStreamResolver:[T:System.ObsoleteAttribute] + ref/net7.0/System.Xml.ReaderWriter.dll + lib/net7.0/System.Xml.ReaderWriter.dll + + \ No newline at end of file From 49ce28d122c0260ec32fdbee2e64c3836fa0ffee Mon Sep 17 00:00:00 2001 From: smasher164 Date: Fri, 26 Aug 2022 16:01:14 -0700 Subject: [PATCH 05/45] sorted suppressions --- .../CompatibilitySuppressions.xml | 92 +- .../src/CompatibilitySuppressions.xml | 10 +- .../src/CompatibilitySuppressions.xml | 10 +- .../src/CompatibilitySuppressions.xml | 48 + .../src/CompatibilitySuppressions.xml | 12 +- .../src/CompatibilitySuppressions.xml | 8 +- .../src/CompatibilitySuppressions.xml | 12 +- .../src/CompatibilitySuppressions.xml | 16 +- .../src/CompatibilitySuppressions.xml | 40 +- .../src/CompatibilitySuppressions.xml | 218 +- .../src/CompatibilitySuppressions.xml | 8 +- .../src/CompatibilitySuppressions.xml | 977 + .../src/CompatibilitySuppressions.xml | 219 + ...iCompatBaseline.NetCoreAppLatestStable.xml | 23730 ++++++++-------- 14 files changed, 13322 insertions(+), 12078 deletions(-) create mode 100644 src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml index 08a9ca64b4d7e1..81e965661b2a53 100644 --- a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -1,170 +1,170 @@  - CP0002 - M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) + CP0001 + T:Internal.Console ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0002 - M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) + CP0001 + T:Internal.Runtime.InteropServices.ComActivationContextInternal ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0002 - M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + CP0001 + T:Internal.Runtime.InteropServices.ComActivator ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0002 - M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + CP0001 + T:Internal.Runtime.InteropServices.ComponentActivator ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0002 - M:System.AppContext.add_ProcessExit(System.EventHandler) + CP0001 + T:Internal.Runtime.InteropServices.InMemoryAssemblyLoader ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0002 - M:System.AppContext.remove_ProcessExit(System.EventHandler) + CP0001 + T:System.Diagnostics.Tracing.TraceLoggingEventTypes ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0002 - M:System.Environment.FailFast(System.String,System.Exception,System.String) + CP0001 + T:System.Runtime.CompilerServices.ICastable ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.WeakReference.#ctor + F:System.Resources.ResourceManager.BaseNameField ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) + F:System.Resources.ResourceSet.Reader ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress + M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress + M:System.AppContext.add_ProcessExit(System.EventHandler) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) + M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor + M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0001 - T:System.Runtime.CompilerServices.ICastable + CP0002 + M:System.AppContext.remove_ProcessExit(System.EventHandler) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - F:System.Resources.ResourceManager.BaseNameField + M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - F:System.Resources.ResourceSet.Reader + M:System.Diagnostics.Tracing.EventCounter.Flush ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Reflection.Module.GetModuleHandleImpl + M:System.Environment.FailFast(System.String,System.Exception,System.String) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0013 - M:System.IO.FileSystemInfo.get_Exists + CP0002 + M:System.Reflection.Module.GetModuleHandleImpl ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0013 - M:System.IO.FileSystemInfo.get_Name + CP0002 + M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0013 - P:System.IO.FileSystemInfo.Exists + CP0002 + M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0013 - P:System.IO.FileSystemInfo.Name + CP0002 + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Diagnostics.Tracing.EventCounter.Flush + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0001 - T:System.Diagnostics.Tracing.TraceLoggingEventTypes + CP0002 + M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0001 - T:Internal.Console + CP0002 + M:System.WeakReference.#ctor ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0001 - T:Internal.Runtime.InteropServices.ComActivationContextInternal + CP0013 + M:System.IO.FileSystemInfo.get_Exists ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0001 - T:Internal.Runtime.InteropServices.ComponentActivator + CP0013 + M:System.IO.FileSystemInfo.get_Name ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0001 - T:Internal.Runtime.InteropServices.ComActivator + CP0013 + P:System.IO.FileSystemInfo.Exists ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0001 - T:Internal.Runtime.InteropServices.InMemoryAssemblyLoader + CP0013 + P:System.IO.FileSystemInfo.Name ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll diff --git a/src/libraries/System.AppContext/src/CompatibilitySuppressions.xml b/src/libraries/System.AppContext/src/CompatibilitySuppressions.xml index ae168136ace3ee..f075818b5cb36d 100644 --- a/src/libraries/System.AppContext/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.AppContext/src/CompatibilitySuppressions.xml @@ -2,19 +2,19 @@ CP0002 - M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) + M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) ref/net7.0/System.AppContext.dll lib/net7.0/System.AppContext.dll CP0002 - M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) + M:System.AppContext.add_ProcessExit(System.EventHandler) ref/net7.0/System.AppContext.dll lib/net7.0/System.AppContext.dll CP0002 - M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) ref/net7.0/System.AppContext.dll lib/net7.0/System.AppContext.dll @@ -26,13 +26,13 @@ CP0002 - M:System.AppContext.add_ProcessExit(System.EventHandler) + M:System.AppContext.remove_ProcessExit(System.EventHandler) ref/net7.0/System.AppContext.dll lib/net7.0/System.AppContext.dll CP0002 - M:System.AppContext.remove_ProcessExit(System.EventHandler) + M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) ref/net7.0/System.AppContext.dll lib/net7.0/System.AppContext.dll diff --git a/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml index 14ac8f4286411e..7e7335eb405b48 100644 --- a/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml @@ -2,31 +2,31 @@ CP0016 - M:System.Data.DataTableReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.Common.DbDataReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] ref/net7.0/System.Data.Common.dll lib/net7.0/System.Data.Common.dll CP0016 - M:System.Data.DataTableReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.Common.DbDataReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] ref/net7.0/System.Data.Common.dll lib/net7.0/System.Data.Common.dll CP0016 - M:System.Data.Common.DbDataReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.Common.DbDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] ref/net7.0/System.Data.Common.dll lib/net7.0/System.Data.Common.dll CP0016 - M:System.Data.Common.DbDataReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.DataTableReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] ref/net7.0/System.Data.Common.dll lib/net7.0/System.Data.Common.dll CP0016 - M:System.Data.Common.DbDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.DataTableReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] ref/net7.0/System.Data.Common.dll lib/net7.0/System.Data.Common.dll diff --git a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..685417b7f46201 --- /dev/null +++ b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml @@ -0,0 +1,48 @@ + + + + CP0001 + T:System.Data.Odbc.ODBC32 + + + CP0001 + T:System.Data.Odbc.ODBC32 + true + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + true + + + CP0002 + M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) + + + CP0002 + M:System.Data.Odbc.OdbcParameter.set_Offset(System.Int32) + true + + + CP0002 + M:System.Data.Odbc.OdbcInfoMessageEventHandler.#ctor(System.Object,System.IntPtr) + lib/net6.0/System.Data.Odbc.dll + lib/net7.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr) + lib/net6.0/System.Data.Odbc.dll + lib/net7.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr) + lib/net6.0/System.Data.Odbc.dll + lib/net7.0/System.Data.Odbc.dll + + \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml b/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml index 25bafb02467751..8569fa1cb0d658 100644 --- a/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml @@ -9,25 +9,25 @@ CP0015 T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] - ref/net7.0/System.DirectoryServices.dll - runtimes/win/lib/net7.0/System.DirectoryServices.dll + lib/net6.0/System.DirectoryServices.dll + runtimes/win/lib/net6.0/System.DirectoryServices.dll CP0015 T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] - ref/net6.0/System.DirectoryServices.dll - runtimes/win/lib/net6.0/System.DirectoryServices.dll + lib/net7.0/System.DirectoryServices.dll + runtimes/win/lib/net7.0/System.DirectoryServices.dll CP0015 T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] - lib/net6.0/System.DirectoryServices.dll + ref/net6.0/System.DirectoryServices.dll runtimes/win/lib/net6.0/System.DirectoryServices.dll CP0015 T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] - lib/net7.0/System.DirectoryServices.dll + ref/net7.0/System.DirectoryServices.dll runtimes/win/lib/net7.0/System.DirectoryServices.dll \ 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 index 88e9172e170907..fb3d2186e2d2da 100644 --- a/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml @@ -3,14 +3,14 @@ CP0003 System.Reflection.Context, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ref/net7.0/System.Reflection.Context.dll - lib/net7.0/System.Reflection.Context.dll + ref/net6.0/System.Reflection.Context.dll + lib/net6.0/System.Reflection.Context.dll CP0003 System.Reflection.Context, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ref/net6.0/System.Reflection.Context.dll - lib/net6.0/System.Reflection.Context.dll + ref/net7.0/System.Reflection.Context.dll + lib/net7.0/System.Reflection.Context.dll CP0003 diff --git a/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml index 4cf29268d72947..6d517d37a88aea 100644 --- a/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml @@ -1,11 +1,5 @@  - - CP0002 - M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor - ref/net7.0/System.Runtime.InteropServices.dll - lib/net7.0/System.Runtime.InteropServices.dll - CP0001 T:System.Runtime.InteropServices.AssemblyRegistrationFlags @@ -48,4 +42,10 @@ ref/net7.0/System.Runtime.InteropServices.dll lib/net7.0/System.Runtime.InteropServices.dll + + CP0002 + M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor + 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.Serialization.Formatters/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml index f36b32cb77e0fe..488a3a4dc80ba1 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml @@ -16,48 +16,48 @@ CP0001 T:System.Runtime.Serialization.SerializationEventHandler ref/net7.0/System.Runtime.Serialization.Formatters.dll - runtimes/browser/lib/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/browser/lib/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/ios/lib/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/ios/lib/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/tvos/lib/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/tvos/lib/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/android/lib/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/android/lib/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/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml index 25ecc830322a41..0bb5c9012d0f59 100644 --- a/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml @@ -2,13 +2,13 @@ CP0002 - M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) + F:System.Resources.ResourceManager.BaseNameField ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) + F:System.Resources.ResourceSet.Reader ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll @@ -20,55 +20,55 @@ CP0002 - M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + M:System.AppContext.add_ProcessExit(System.EventHandler) ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - M:System.AppContext.add_ProcessExit(System.EventHandler) + M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - M:System.AppContext.remove_ProcessExit(System.EventHandler) + M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - M:System.Environment.FailFast(System.String,System.Exception,System.String) + M:System.AppContext.remove_ProcessExit(System.EventHandler) ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - M:System.WeakReference.#ctor + M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) + 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.get_DeserializationInProgress + M:System.Environment.FailFast(System.String,System.Exception,System.String) ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress + M:System.Reflection.Module.GetModuleHandleImpl ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) + M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll @@ -80,19 +80,25 @@ CP0002 - F:System.Resources.ResourceManager.BaseNameField + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - F:System.Resources.ResourceSet.Reader + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll CP0002 - M:System.Reflection.Module.GetModuleHandleImpl + M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) + ref/net7.0/System.Runtime.dll + lib/net7.0/System.Runtime.dll + + + CP0002 + M:System.WeakReference.#ctor ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll @@ -120,10 +126,4 @@ ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll - - CP0002 - M:System.Diagnostics.Debug.SetProvider(System.Diagnostics.DebugProvider) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.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 6868be6b751a03..5a07e17d5150c5 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml @@ -104,223 +104,217 @@ 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 + 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/netstandard2.1/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 + 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) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + M:System.Security.Cryptography.Pkcs.CmsSigner.get_PrivateKey + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + M:System.Security.Cryptography.Pkcs.CmsSigner.get_SignaturePadding + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + M:System.Security.Cryptography.Pkcs.CmsSigner.set_PrivateKey(System.Security.Cryptography.AsymmetricAlgorithm) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + M:System.Security.Cryptography.Pkcs.CmsSigner.set_SignaturePadding(System.Security.Cryptography.RSASignaturePadding) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + M:System.Security.Cryptography.Pkcs.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.ReadOnlySpan{System.Byte}) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + M:System.Security.Cryptography.Pkcs.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.1/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 - - - CP0016 - M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters):[T:System.ObsoleteAttribute] - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll - lib/net6.0/System.Security.Cryptography.Pkcs.dll - - - CP0016 - M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature:[T:System.ObsoleteAttribute] - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll - lib/net6.0/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.CmsSigner.get_PrivateKey lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll lib/netstandard2.1/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/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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.get_SignaturePadding - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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.set_SignaturePadding(System.Security.Cryptography.RSASignaturePadding) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + M:System.Security.Cryptography.Pkcs.CmsSigner.get_PrivateKey + 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/netstandard2.1/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.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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}) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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}) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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}) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/netstandard2.0/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/netstandard2.1/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.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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.SignedCms.RemoveCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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 - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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 - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + 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.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData) + 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/netstandard2.1/System.Security.Cryptography.Pkcs.dll - CP0002 - M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveUnsignedAttribute(System.Security.Cryptography.AsnEncodedData) + CP0014 + M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature:[T:System.ComponentModel.EditorBrowsableAttribute] lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll @@ -331,9 +325,15 @@ lib/netstandard2.1/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/netstandard2.1/System.Security.Cryptography.Pkcs.dll + CP0016 + M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters):[T:System.ObsoleteAttribute] + lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + lib/net6.0/System.Security.Cryptography.Pkcs.dll + + + CP0016 + M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature:[T:System.ObsoleteAttribute] + lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll + lib/net6.0/System.Security.Cryptography.Pkcs.dll \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml index 6fdf4914c408b2..b90c778f39c485 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml @@ -249,14 +249,14 @@ CP0001 T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net7.0/System.Security.Cryptography.Xml.dll - lib/net7.0/System.Security.Cryptography.Xml.dll + ref/net6.0/System.Security.Cryptography.Xml.dll + lib/net6.0/System.Security.Cryptography.Xml.dll CP0001 T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net6.0/System.Security.Cryptography.Xml.dll - lib/net6.0/System.Security.Cryptography.Xml.dll + ref/net7.0/System.Security.Cryptography.Xml.dll + lib/net7.0/System.Security.Cryptography.Xml.dll CP0001 diff --git a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..4e572f7fc917ac --- /dev/null +++ b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml @@ -0,0 +1,977 @@ + + + + CP0001 + T:System.Xaml.Permissions.XamlLoadPermission + lib/net5.0/System.Security.Permissions.dll + lib/netstandard2.0/System.Security.Permissions.dll + true + + + CP0001 + T:System.Xaml.Permissions.XamlLoadPermission + lib/netcoreapp3.1/System.Security.Permissions.dll + lib/netstandard2.0/System.Security.Permissions.dll + true + + + CP0002 + M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0002 + M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32) + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0002 + M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor + 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/net462/System.Security.Permissions.dll + + + CP0014 + F:System.Security.Permissions.SecurityAction.RequestMinimum:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0014 + F:System.Security.Permissions.SecurityAction.RequestOptional:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0014 + F:System.Security.Permissions.SecurityAction.RequestRefuse:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/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 + + + CP0016 + M:System.Security.Permissions.PrincipalPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction):[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.Policy.ApplicationTrust.#ctor(System.Security.PermissionSet,System.Collections.Generic.IEnumerable{System.Security.Policy.StrongName}):[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.Policy.PolicyLevel.AddNamedPermissionSet(System.Security.NamedPermissionSet):[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.Policy.PolicyLevel.ChangeNamedPermissionSet(System.String,System.Security.PermissionSet):[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.Policy.PolicyLevel.GetNamedPermissionSet(System.String):[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.Security.NamedPermissionSet):[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.String):[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet,System.Security.Policy.PolicyStatementAttribute):[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet):[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + P:System.Security.Policy.ApplicationTrust.FullTrustAssemblies:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + P:System.Security.Policy.PolicyStatement.PermissionSet:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Configuration.ConfigurationPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Configuration.ConfigurationPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.Common.DBDataPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.Common.DBDataPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.Odbc.OdbcPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.Odbc.OdbcPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.OleDb.OleDbPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.OleDb.OleDbPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.OracleClient.OraclePermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.OracleClient.OraclePermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.SqlClient.SqlClientPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Data.SqlClient.SqlClientPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Diagnostics.EventLogPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Diagnostics.EventLogPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Diagnostics.PerformanceCounterPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Diagnostics.PerformanceCounterPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Drawing.Printing.PrintingPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Drawing.Printing.PrintingPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.DnsPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.DnsPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.Mail.SmtpPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.Mail.SmtpPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.NetworkInformation.NetworkInformationPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.NetworkInformation.NetworkInformationPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.PeerToPeer.PnrpPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.PeerToPeer.PnrpPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.SocketPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.SocketPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.WebPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Net.WebPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.CodeAccessPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.HostProtectionException:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.IPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.IStackWalk:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.NamedPermissionSet:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.CodeAccessSecurityAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.DataProtectionPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.DataProtectionPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.DataProtectionPermissionFlags:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.EnvironmentPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.EnvironmentPermissionAccess:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.EnvironmentPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.FileDialogPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.FileDialogPermissionAccess:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.FileDialogPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.FileIOPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.FileIOPermissionAccess:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.FileIOPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.GacIdentityPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.GacIdentityPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.HostProtectionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.HostProtectionResource:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.IsolatedStorageContainment:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.IsolatedStorageFilePermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.IsolatedStorageFilePermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.IsolatedStoragePermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.IsolatedStoragePermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.IUnrestrictedPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.KeyContainerPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.KeyContainerPermissionAccessEntry:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.KeyContainerPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.KeyContainerPermissionFlags:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.MediaPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.MediaPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.MediaPermissionAudio:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.MediaPermissionImage:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.MediaPermissionVideo:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.PermissionSetAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.PermissionState:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.PrincipalPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.PrincipalPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.PublisherIdentityPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.PublisherIdentityPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.ReflectionPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.ReflectionPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.ReflectionPermissionFlag:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.RegistryPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.RegistryPermissionAccess:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.RegistryPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.ResourcePermissionBase:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.ResourcePermissionBaseEntry:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.SecurityAction:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.SecurityAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.SecurityPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.SecurityPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.SecurityPermissionFlag:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.SiteIdentityPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.SiteIdentityPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.StorePermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.StorePermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.StorePermissionFlags:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.StrongNameIdentityPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.StrongNameIdentityPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.StrongNamePublicKeyBlob:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.TypeDescriptorPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.TypeDescriptorPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.TypeDescriptorPermissionFlags:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.UIPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.UIPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.UIPermissionClipboard:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.UIPermissionWindow:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.UrlIdentityPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.UrlIdentityPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.WebBrowserPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.WebBrowserPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.WebBrowserPermissionLevel:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.ZoneIdentityPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Permissions.ZoneIdentityPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.PermissionSet:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Policy.FileCodeGroup:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Policy.GacInstalled:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Policy.IIdentityPermissionFactory:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Policy.Publisher:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Policy.Site:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Policy.StrongName:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Policy.StrongNameMembershipCondition:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Policy.Url:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.Policy.Zone:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.SecurityContext:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Security.SecurityManager:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.ServiceProcess.ServiceControllerPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.ServiceProcess.ServiceControllerPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Transactions.DistributedTransactionPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Transactions.DistributedTransactionPermissionAttribute:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Web.AspNetHostingPermission:[T:System.ObsoleteAttribute] + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0016 + T:System.Web.AspNetHostingPermissionAttribute:[T:System.ObsoleteAttribute] + 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 new file mode 100644 index 00000000000000..01889e51cff7b1 --- /dev/null +++ b/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml @@ -0,0 +1,219 @@ + + + + CP0001 + T:System.ServiceModel.Syndication.SyndicationTextInput + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.TryParseDateTimeCallback + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.TryParseUriCallback + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.XmlDateTimeData + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.XmlUriData + 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.TryParseDateTimeCallback.#ctor(System.Object,System.IntPtr) + lib/net6.0/System.ServiceModel.Syndication.dll + lib/net7.0/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.TryParseUriCallback.#ctor(System.Object,System.IntPtr) + lib/net6.0/System.ServiceModel.Syndication.dll + lib/net7.0/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_Documentation + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipDays + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipHours + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_TextInput + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_TimeToLive + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.set_Documentation(System.ServiceModel.Syndication.SyndicationLink) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.set_TextInput(System.ServiceModel.Syndication.SyndicationTextInput) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.set_TimeToLive(System.Nullable{System.TimeSpan}) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_DateTimeParser + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_UriParser + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_DateTimeParser(System.ServiceModel.Syndication.TryParseDateTimeCallback) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_UriParser(System.ServiceModel.Syndication.TryParseUriCallback) + 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/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml index 581d9a328d4629..0ba572625007bf 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml @@ -1,16 +1,40 @@  - CP0016 - M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/Microsoft.Win32.Registry.dll - net7.0/Microsoft.Win32.Registry.dll + CP0001 + T:System.IntPtr + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object,Microsoft.Win32.RegistryValueOptions)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/Microsoft.Win32.Registry.dll - net7.0/Microsoft.Win32.Registry.dll + CP0001 + T:System.UIntPtr + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0001 + T:System.IntPtr + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0001 + T:System.UIntPtr + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0001 + T:System.IntPtr + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0001 + T:System.UIntPtr + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 @@ -20,79 +44,79 @@ CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) + M:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.#ctor(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) + M:Microsoft.Win32.SafeHandles.SafeRegistryHandle.#ctor(System.IntPtr,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) + M:System.Action.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) + M:System.Action`1.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) + M:System.Action`2.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) + M:System.Action`3.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) + M:System.Action`4.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Action`5.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Action`6.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Action`7.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Action`8.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll @@ -109,968 +133,968 @@ net7.0/mscorlib.dll - CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Converter`2.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.EventHandler.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + M:System.Func`5.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Converter`2.#ctor(System.Object,System.IntPtr) + M:System.Func`6.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Func`7.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Func`8.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Func`9.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0001 - T:System.IntPtr + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0001 - T:System.UIntPtr + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Security.Principal.SecurityIdentifier.#ctor(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Security.Principal.SecurityIdentifier.#ctor(System.IntPtr) + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String) net6.0/mscorlib.dll net7.0/mscorlib.dll @@ -1082,5473 +1106,5221 @@ CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String) + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType) + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean) + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.AsymmetricKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.AsymmetricKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.AsymmetricSignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.AsymmetricSignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.Thread.VolatileRead(System.IntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.DES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.DSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0015 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.Volatile.Read(System.IntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.Volatile.Read(System.UIntPtr@) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.DSASignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.DSASignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0014 - T:System.Security.Cryptography.HMACMD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0002 + M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.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 - - - CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[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 - 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.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[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.RijndaelManaged:[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 - - - CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[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 - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`10.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`11.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`12.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`13.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`14.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`15.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`16.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`3.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`4.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`5.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`6.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`7.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`8.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Action`9.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Converter`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.EventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`10.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`11.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Func`12.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`13.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`14.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Func`15.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`16.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`17.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`3.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`4.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`6.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`7.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Func`8.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Func`9.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 + CP0002 M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 + CP0002 M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 + CP0002 M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 + CP0002 M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0014 - F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object,Microsoft.Win32.RegistryValueOptions)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.#ctor(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:Microsoft.Win32.SafeHandles.SafeRegistryHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + net6.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) + M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) + M:System.Threading.Thread.VolatileRead(System.IntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0002 + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + M:System.Threading.Volatile.Read(System.IntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Threading.Volatile.Read(System.UIntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0002 - M:System.Converter`2.#ctor(System.Object,System.IntPtr) + M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0002 + M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Console.dll + net7.0/System.Console.dll - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`10.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`11.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`12.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`13.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`14.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`15.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`16.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`9.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`10.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`11.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`12.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`13.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`14.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`15.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`16.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`17.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`4.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`5.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + net6.0/System.Core.dll + net7.0/System.Core.dll CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll - CP0016 - M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll - CP0016 - M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Diagnostics.Metrics.MeasurementCallback`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Diagnostics.SampleActivity`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll - CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll - CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll - CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll - CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll - CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll - CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0001 - T:System.IntPtr - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll - CP0001 - T:System.UIntPtr - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.dll + net7.0/System.dll CP0002 - M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Dynamic.Runtime.dll + net7.0/System.Dynamic.Runtime.dll - CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll - CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll - CP0016 - M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll - CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll - CP0016 - M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll - CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.IO.FileSystem.Primitives.dll + net7.0/System.IO.FileSystem.Primitives.dll - CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.IO.Pipes.dll + net7.0/System.IO.Pipes.dll - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + net6.0/System.IO.Pipes.dll + net7.0/System.IO.Pipes.dll - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll - CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll - CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll - CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.dll + net7.0/System.Net.dll - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.Http.HeaderEncodingSelector`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.HttpListener.dll + net7.0/System.Net.HttpListener.dll - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.HttpListener.dll + net7.0/System.Net.HttpListener.dll - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Ping.dll + net7.0/System.Net.Ping.dll - CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Requests.dll + net7.0/System.Net.Requests.dll CP0002 - M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Security.dll + net7.0/System.Net.Security.dll - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Security.dll + net7.0/System.Net.Security.dll - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Security.dll + net7.0/System.Net.Security.dll - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.Security.ServerOptionsSelectionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.Security.dll + net7.0/System.Net.Security.dll - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.ServicePoint.dll + net7.0/System.Net.ServicePoint.dll CP0002 - M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.Sockets.SafeSocketHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0002 - M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll CP0002 - M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll CP0002 - M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll CP0002 - M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll CP0002 - M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll CP0002 - M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll CP0002 - M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll CP0002 - M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll - CP0015 - P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll - CP0015 - P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Net.WebClient.dll + net7.0/System.Net.WebClient.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll - CP0015 - P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll - CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr) + net6.0/System.Runtime.CompilerServices.Unsafe.dll + net7.0/System.Runtime.CompilerServices.Unsafe.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr) + net6.0/System.Runtime.CompilerServices.Unsafe.dll + net7.0/System.Runtime.CompilerServices.Unsafe.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr) + net6.0/System.Runtime.CompilerServices.Unsafe.dll + net7.0/System.Runtime.CompilerServices.Unsafe.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr) + net6.0/System.Runtime.CompilerServices.Unsafe.dll + net7.0/System.Runtime.CompilerServices.Unsafe.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`10.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`11.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`12.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`13.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`14.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`15.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`16.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`5.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`6.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`7.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`8.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Action`9.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Converter`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.EventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`10.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`11.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`12.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`13.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Func`14.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`15.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`16.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`17.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`2.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`3.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`4.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`5.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`6.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`7.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`8.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Func`9.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll - CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.AsymmetricKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.AsymmetricKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.AsymmetricSignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.AsymmetricSignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.DES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.DSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0015 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComWrappers.CreateObject(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComWrappers.GetIUnknownImpl(System.IntPtr@,System.IntPtr@,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComWrappers.GetOrCreateObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComWrappers.GetOrRegisterObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags,System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ComWrappers.GetOrRegisterObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags,System.Object) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.DSASignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.DSASignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.ECCurve:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.DllImportResolver.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.ECDiffieHellman:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.ECDsa:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.ECParameters:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.HMACMD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.HMACSHA1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.HMACSHA256:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.HMACSHA384:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.HMACSHA512:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.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 + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.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 + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.MD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.PKCS1MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0015 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.Rfc2898DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.Rijndael:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.RSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.RSAEncryptionPadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.RSAOAEPKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.RSASignaturePadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.SignatureDescription:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0014 - T:System.Security.Cryptography.TripleDES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0015 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.NativeLibrary.Free(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.NativeLibrary.GetExport(System.IntPtr,System.String) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.NativeLibrary.TryGetExport(System.IntPtr,System.String,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.NativeLibrary.TryLoad(System.String,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Runtime.InteropServices.NativeLibrary.TryLoad(System.String,System.Reflection.Assembly,System.Nullable{System.Runtime.InteropServices.DllImportSearchPath},System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.CreateReferenceTrackingHandle(System.Object,System.Span{System.IntPtr}@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.Initialize(,,,System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.SetMessageSendCallback(System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.MessageSendFunction,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.BeginInvoke(System.Exception,System.RuntimeMethodHandle,System.IntPtr@,System.AsyncCallback,System.Object) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.EndInvoke(System.IntPtr@,System.IAsyncResult) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.Invoke(System.Exception,System.RuntimeMethodHandle,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + 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 - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.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.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.Intrinsics.Vector64.As``2(System.Runtime.Intrinsics.Vector64{``0}) + net6.0/System.Runtime.Intrinsics.dll + net7.0/System.Runtime.Intrinsics.dll - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode.#ctor(System.Object,System.IntPtr) + net6.0/System.Security.AccessControl.dll + net7.0/System.Security.AccessControl.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor(System.IntPtr,System.Boolean) + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.#ctor(System.IntPtr) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Principal.SecurityIdentifier.#ctor(System.IntPtr) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll + + + CP0002 + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr) + net6.0/System.Security.Principal.Windows.dll + net7.0/System.Security.Principal.Windows.dll CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) + net6.0/System.Threading.dll + net7.0/System.Threading.dll CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) + net6.0/System.Threading.dll + net7.0/System.Threading.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Volatile.Read(System.IntPtr@) + net6.0/System.Threading.dll + net7.0/System.Threading.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Volatile.Read(System.UIntPtr@) + net6.0/System.Threading.dll + net7.0/System.Threading.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) + net6.0/System.Threading.dll + net7.0/System.Threading.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Overlapped.dll + net7.0/System.Threading.Overlapped.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) + net6.0/System.Threading.Overlapped.dll + net7.0/System.Threading.Overlapped.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Thread.VolatileRead(System.IntPtr@) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) + net6.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0002 - M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Threading.Timer.dll + net7.0/System.Threading.Timer.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Windows.dll + net7.0/System.Windows.dll CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0002 + M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) + net6.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + net6.0/WindowsBase.dll + net7.0/WindowsBase.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0005 + M:System.Runtime.InteropServices.ComWrappers.CreateObject(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll @@ -6637,14876 +6409,15164 @@ net7.0/netstandard.dll - CP0002 + CP0006 M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 + CP0006 M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) net6.0/netstandard.dll net7.0/netstandard.dll CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + CP0006 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll - CP0014 - F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0002 - M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll - CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/System.Transactions.dll + net7.0/System.Transactions.dll - CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0006 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + net6.0/System.Transactions.Local.dll + net7.0/System.Transactions.Local.dll - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.AsymmetricKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.AsymmetricKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.AsymmetricSignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.AsymmetricSignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.DES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.DSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.DSASignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.DSASignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.HMACMD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.HMACSHA1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.HMACSHA256:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.HMACSHA384:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.HMACSHA512:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.MD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.PKCS1MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.Rfc2898DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.Rijndael:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RSAEncryptionPadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RSAOAEPKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RSASignaturePadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.SignatureDescription:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.TripleDES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0014 + F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + 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 - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + CP0014 + M:System.Linq.EnumerableQuery`1.#ctor(System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + 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 - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + 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 - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.AsymmetricKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.AsymmetricKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.AsymmetricSignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.AsymmetricSignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.DES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.DSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.DSASignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.DSASignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.ECCurve:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.ECDiffieHellman:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.ECDsa:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.ECParameters:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.HMACMD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.HMACSHA1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.HMACSHA256:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.HMACSHA384:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.HMACSHA512:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.MD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.PKCS1MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.Rfc2898DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.Rijndael:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.RSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.RSAEncryptionPadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.RSAOAEPKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.RSASignaturePadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.SignatureDescription:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0014 + T:System.Security.Cryptography.TripleDES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[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.AesManaged:[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.AesManaged:[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 - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0014 + T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[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/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.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 - CP0002 - M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + CP0015 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0015 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + CP0015 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + CP0015 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + CP0015 + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + CP0015 + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + CP0015 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0015 + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0015 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] 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] + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0014 - M:System.Linq.EnumerableQuery`1.#ctor(System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + CP0015 + T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0015 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0015 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll - CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll - CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0015 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object,Microsoft.Win32.RegistryValueOptions)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/Microsoft.Win32.Registry.dll + net7.0/Microsoft.Win32.Registry.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/Microsoft.Win32.Registry.dll + net7.0/Microsoft.Win32.Registry.dll CP0016 - M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object,Microsoft.Win32.RegistryValueOptions)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Collections.NonGeneric.dll - net7.0/System.Collections.NonGeneric.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.ComponentModel.Annotations.dll - net7.0/System.ComponentModel.Annotations.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.ComponentModel.DataAnnotations.dll - net7.0/System.ComponentModel.DataAnnotations.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll + CP0016 + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.ComponentModel.VersionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0015 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Console.dll - net7.0/System.Console.dll + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll - CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0014 - T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0014 - T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0014 - T:System.Security.Cryptography.ECCurve:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0014 - T:System.Security.Cryptography.ECDiffieHellman:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0014 - T:System.Security.Cryptography.ECDsa:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0014 - T:System.Security.Cryptography.ECParameters:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + 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/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + 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/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + 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 + CP0016 + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + 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/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SampleActivity`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.Metrics.MeasurementCallback`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0015 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + CP0016 + M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + CP0016 + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + CP0016 + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TextWriterTraceListener.dll - net7.0/System.Diagnostics.TextWriterTraceListener.dll + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TextWriterTraceListener.dll - net7.0/System.Diagnostics.TextWriterTraceListener.dll + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.dll - net7.0/System.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Dynamic.Runtime.dll - net7.0/System.Dynamic.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.IO.FileSystem.Primitives.dll - net7.0/System.IO.FileSystem.Primitives.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.Pipes.dll - net7.0/System.IO.Pipes.dll + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.IO.Pipes.dll - net7.0/System.IO.Pipes.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + 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.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + 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/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Collections.NonGeneric.dll + net7.0/System.Collections.NonGeneric.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.ComponentModel.Annotations.dll + net7.0/System.ComponentModel.Annotations.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.ComponentModel.DataAnnotations.dll + net7.0/System.ComponentModel.DataAnnotations.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.ComponentModel.VersionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.Http.HeaderEncodingSelector`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0015 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + CP0016 + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0002 - M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.HttpListener.dll - net7.0/System.Net.HttpListener.dll + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.HttpListener.dll - net7.0/System.Net.HttpListener.dll + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.HttpListener.dll - net7.0/System.Net.HttpListener.dll + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll + M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll + CP0016 + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TextWriterTraceListener.dll + net7.0/System.Diagnostics.TextWriterTraceListener.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TextWriterTraceListener.dll + net7.0/System.Diagnostics.TextWriterTraceListener.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Ping.dll - net7.0/System.Net.Ping.dll + CP0016 + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Requests.dll - net7.0/System.Net.Requests.dll + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Security.dll - net7.0/System.Net.Security.dll + CP0016 + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Security.dll - net7.0/System.Net.Security.dll + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Security.dll - net7.0/System.Net.Security.dll + CP0016 + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.Security.ServerOptionsSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Security.dll - net7.0/System.Net.Security.dll + CP0016 + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.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 + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.ServicePoint.dll - net7.0/System.Net.ServicePoint.dll + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.Sockets.SafeSocketHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll + M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.DispatchProxy.dll - net7.0/System.Reflection.DispatchProxy.dll + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr) - net6.0/System.Runtime.CompilerServices.Unsafe.dll - net7.0/System.Runtime.CompilerServices.Unsafe.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr) - net6.0/System.Runtime.CompilerServices.Unsafe.dll - net7.0/System.Runtime.CompilerServices.Unsafe.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr) - net6.0/System.Runtime.CompilerServices.Unsafe.dll - net7.0/System.Runtime.CompilerServices.Unsafe.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr) - net6.0/System.Runtime.CompilerServices.Unsafe.dll - net7.0/System.Runtime.CompilerServices.Unsafe.dll + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Converter`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Half.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Half.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Half.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll - CP0001 - T:System.IntPtr - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll - CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll - CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0001 - T:System.UIntPtr - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0014 - F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll - CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + CP0016 + M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll - CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + CP0016 + M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll + CP0016 + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.DllImportResolver.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.HttpListener.dll + net7.0/System.Net.HttpListener.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.Free(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.GetExport(System.IntPtr,System.String) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.TryGetExport(System.IntPtr,System.String,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.TryLoad(System.String,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.TryLoad(System.String,System.Reflection.Assembly,System.Nullable{System.Runtime.InteropServices.DllImportSearchPath},System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.ComWrappers.GetOrCreateObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.ComWrappers.CreateObject(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll - CP0002 - M:System.Runtime.InteropServices.ComWrappers.GetOrRegisterObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags,System.Object) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll - CP0002 - M:System.Runtime.InteropServices.ComWrappers.GetOrRegisterObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags,System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll - CP0002 - M:System.Runtime.InteropServices.ComWrappers.GetIUnknownImpl(System.IntPtr@,System.IntPtr@,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll - CP0005 - M:System.Runtime.InteropServices.ComWrappers.CreateObject(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.Invoke(System.Exception,System.RuntimeMethodHandle,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.BeginInvoke(System.Exception,System.RuntimeMethodHandle,System.IntPtr@,System.AsyncCallback,System.Object) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.EndInvoke(System.IntPtr@,System.IAsyncResult) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.Initialize(,,,System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.DispatchProxy.dll + net7.0/System.Reflection.DispatchProxy.dll - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.CreateReferenceTrackingHandle(System.Object,System.Span{System.IntPtr}@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.SetMessageSendCallback(System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.MessageSendFunction,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.TryParseExact(System.String,System.String,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.TryParseExact(System.String,System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - 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 + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode.#ctor(System.Object,System.IntPtr) - net6.0/System.Security.AccessControl.dll - net7.0/System.Security.AccessControl.dll + CP0016 + M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0014 - T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + CP0016 + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + CP0016 + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + CP0016 + M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Half.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Half.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Half.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + 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 + CP0016 + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0014 - T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.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 + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.TryParseExact(System.String,System.String,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeOnly.TryParseExact(System.String,System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DSAOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSAOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0002 - M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 + M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Security.Cryptography.SafeEvpPKeyHandle.OpenSslVersion:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + CP0016 + M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + CP0016 + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll - CP0002 - M:System.Security.Principal.SecurityIdentifier.#ctor(System.IntPtr) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll + CP0016 + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll + CP0016 + M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.#ctor(System.IntPtr) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonDocument.Parse(System.ReadOnlyMemory{System.Char},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonDocument.Parse(System.String,System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Byte},System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.Serialization.JsonSerializerContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonDocument,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonElement,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Nodes.JsonNode,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.DeserializeAsync(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.DeserializeAsyncEnumerable``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.DeserializeAsync``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Byte},System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonDocument,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonElement,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Nodes.JsonNode,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Utf8JsonReader@,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Serialize(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Serialize(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Serialize(System.Text.Json.Utf8JsonWriter,System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeAsync``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeToDocument(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeToDocument``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeToElement(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeToElement``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeToNode(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeToNode``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Serialize``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Serialize``1(System.Text.Json.Utf8JsonWriter,``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializer.Serialize``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.JsonSerializerOptions.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.ReadOnlySpan{System.Char},System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - T:System.Text.Json.Serialization.JsonStringEnumConverter:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.Nodes.JsonArray.Add``1(``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.Nodes.JsonNode.Parse(System.String,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.Json.Nodes.JsonValue.Create``1(``0,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll + M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll - CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + CP0016 + M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.DSAOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll - CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + CP0016 + M:System.Security.Cryptography.RSAOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll - CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + CP0016 + M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll - CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + CP0016 + M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll - CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + CP0016 + M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll - CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + CP0016 + M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll - CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + CP0016 + P:System.Security.Cryptography.SafeEvpPKeyHandle.OpenSslVersion:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll - CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll - CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Overlapped.dll - net7.0/System.Threading.Overlapped.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) - net6.0/System.Threading.Overlapped.dll - net7.0/System.Threading.Overlapped.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) - net6.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Timer.dll - net7.0/System.Threading.Timer.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0006 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0006 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0006 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0006 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Windows.dll - net7.0/System.Windows.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonDocument.Parse(System.ReadOnlyMemory{System.Char},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonDocument.Parse(System.String,System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Deserialize(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Byte},System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.Serialization.JsonSerializerContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonDocument,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonElement,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Nodes.JsonNode,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Byte},System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + + + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0002 - M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonDocument,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonElement,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Nodes.JsonNode,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Utf8JsonReader@,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.DeserializeAsync(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.DeserializeAsync``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.DeserializeAsyncEnumerable``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.Json.JsonSerializer.Serialize(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Serialize(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Serialize(System.Text.Json.Utf8JsonWriter,System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Serialize``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Serialize``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.Serialize``1(System.Text.Json.Utf8JsonWriter,``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeAsync``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToDocument(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToDocument``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToElement(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToElement``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToNode(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToNode``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.JsonSerializerOptions.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.Nodes.JsonArray.Add``1(``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.Nodes.JsonNode.Parse(System.String,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.Nodes.JsonValue.Create``1(``0,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.ReadOnlySpan{System.Char},System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + T:System.Text.Json.Serialization.JsonStringEnumConverter:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll - CP0002 - M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0002 - M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0002 - M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + CP0016 + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll - CP0002 - M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.XDocument.dll net7.0/System.Xml.XDocument.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.XDocument.dll net7.0/System.Xml.XDocument.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.XDocument.dll net7.0/System.Xml.XDocument.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.XDocument.dll net7.0/System.Xml.XDocument.dll @@ -21516,76 +21576,16 @@ net6.0/System.Xml.XmlDocument.dll net7.0/System.Xml.XmlDocument.dll - - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0002 - M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.XPath.dll net7.0/System.Xml.XPath.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Xml.XPath.dll net7.0/System.Xml.XPath.dll - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/WindowsBase.dll - net7.0/WindowsBase.dll - \ No newline at end of file From ce8871e3ab0165802cdc099c38115ef2b42f6c14 Mon Sep 17 00:00:00 2001 From: smasher164 Date: Mon, 29 Aug 2022 14:35:27 -0700 Subject: [PATCH 06/45] rebase and update suppressions --- .../src/CompatibilitySuppressions.xml | 20 +- .../src/CompatibilitySuppressions.xml | 80 ++++-- .../src/CompatibilitySuppressions.xml | 132 ++++----- .../src/CompatibilitySuppressions.xml | 6 +- .../src/CompatibilitySuppressions.xml | 4 +- .../src/CompatibilitySuppressions.xml | 28 +- .../src/CompatibilitySuppressions.xml | 252 +++++++++--------- .../src/CompatibilitySuppressions.xml | 8 +- .../src/CompatibilitySuppressions.xml | 62 ++--- .../src/CompatibilitySuppressions.xml | 24 +- .../src/CompatibilitySuppressions.xml | 9 + .../src/CompatibilitySuppressions.xml | 99 +++++++ 12 files changed, 437 insertions(+), 287 deletions(-) create mode 100644 src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml index 6e2b78b6675991..50cdac7137431a 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml @@ -1,11 +1,5 @@  - - CP0002 - M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - lib/net7.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - 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}) @@ -15,15 +9,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}) - lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExplictServiceRegisterationWithIsService + lib/net461/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll true CP0002 - M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExplictServiceRegisterationWithIsService - lib/net461/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.#ctor(System.Object,System.IntPtr) + lib/net6.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + lib/net7.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll + + + 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}) + lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll true diff --git a/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml index b84e77a9a6be5b..86c168a005c575 100644 --- a/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml @@ -1,23 +1,59 @@  + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/net7.0/System.Security.Cryptography.Xml.dll + lib/net7.0/System.Security.Cryptography.Xml.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) + ref/net7.0/System.Threading.RateLimiting.dll + lib/net7.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) + ref/net7.0/System.Threading.RateLimiting.dll + lib/net7.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) + ref/net7.0/System.Threading.RateLimiting.dll + lib/net7.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) + ref/net7.0/System.Threading.RateLimiting.dll + lib/net7.0/System.Threading.RateLimiting.dll + CP1002 System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Caching.Abstractions.dll + left lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll CP1002 System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Caching.Abstractions.dll - right + left + lib/net7.0/System.Threading.RateLimiting.dll CP1002 System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left + ref/net7.0/Microsoft.Extensions.Caching.Abstractions.dll lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Extensions.Caching.Abstractions.dll + right + CP1002 System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -92,13 +128,13 @@ CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/Microsoft.Extensions.DependencyInjection.dll lib/net7.0/Microsoft.Extensions.DependencyInjection.dll CP1002 - System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/Microsoft.Extensions.DependencyInjection.dll lib/net7.0/Microsoft.Extensions.DependencyInjection.dll @@ -140,13 +176,13 @@ CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/Microsoft.Extensions.Http.dll lib/net7.0/Microsoft.Extensions.Http.dll CP1002 - System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/Microsoft.Extensions.Http.dll lib/net7.0/Microsoft.Extensions.Http.dll @@ -188,13 +224,13 @@ CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/Microsoft.Extensions.Logging.EventSource.dll lib/net7.0/Microsoft.Extensions.Logging.EventSource.dll CP1002 - System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/Microsoft.Extensions.Logging.EventSource.dll lib/net7.0/Microsoft.Extensions.Logging.EventSource.dll @@ -230,31 +266,31 @@ CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Diagnostics.EventLog.dll lib/net7.0/System.Diagnostics.EventLog.dll CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Diagnostics.EventLog.dll lib/net7.0/System.Diagnostics.EventLog.dll CP1002 - System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Diagnostics.EventLog.dll lib/net7.0/System.Diagnostics.EventLog.dll CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 ref/net7.0/System.IO.Pipelines.dll lib/net7.0/System.IO.Pipelines.dll CP1002 - System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.IO.Pipelines.dll lib/net7.0/System.IO.Pipelines.dll @@ -265,9 +301,15 @@ lib/net7.0/System.Security.Cryptography.Xml.dll - CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net7.0/System.Security.Cryptography.Xml.dll - lib/net7.0/System.Security.Cryptography.Xml.dll + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Threading.RateLimiting.dll + lib/net7.0/System.Threading.RateLimiting.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Threading.RateLimiting.dll + right \ No newline at end of file diff --git a/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml index 85ba6b166b838e..2106d979de04dd 100644 --- a/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml @@ -1,23 +1,53 @@  + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/net7.0/System.Security.Cryptography.Xml.dll + lib/net7.0/System.Security.Cryptography.Xml.dll + + + CP0004 + System.Diagnostics.EventLog.Messages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 + left + lib/net7.0/System.Diagnostics.EventLog.Messages.dll + CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Win32.Registry.AccessControl.dll + Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + left lib/net7.0/Microsoft.Win32.Registry.AccessControl.dll CP1002 - Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Win32.Registry.AccessControl.dll - right + System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + left + lib/net7.0/System.Drawing.Common.dll CP1002 - Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + left + lib/net7.0/System.Security.Permissions.dll + + + CP1002 + System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a left + lib/net7.0/System.Security.Permissions.dll + + + CP1002 + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Win32.Registry.AccessControl.dll lib/net7.0/Microsoft.Win32.Registry.AccessControl.dll + + CP1002 + Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/Microsoft.Win32.Registry.AccessControl.dll + right + CP1002 System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -26,37 +56,37 @@ CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.CodeDom.dll lib/net7.0/System.CodeDom.dll CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.CodeDom.dll lib/net7.0/System.CodeDom.dll CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.CodeDom.dll lib/net7.0/System.CodeDom.dll CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Configuration.ConfigurationManager.dll lib/net7.0/System.Configuration.ConfigurationManager.dll CP1002 - System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Configuration.ConfigurationManager.dll lib/net7.0/System.Configuration.ConfigurationManager.dll CP1002 - System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Configuration.ConfigurationManager.dll lib/net7.0/System.Configuration.ConfigurationManager.dll @@ -68,67 +98,67 @@ CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Configuration.ConfigurationManager.dll lib/net7.0/System.Configuration.ConfigurationManager.dll CP1002 - System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Configuration.ConfigurationManager.dll lib/net7.0/System.Configuration.ConfigurationManager.dll CP1002 - System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Configuration.ConfigurationManager.dll lib/net7.0/System.Configuration.ConfigurationManager.dll CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Diagnostics.EventLog.dll lib/net7.0/System.Diagnostics.EventLog.dll CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Diagnostics.EventLog.dll lib/net7.0/System.Diagnostics.EventLog.dll CP1002 - System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Diagnostics.EventLog.dll lib/net7.0/System.Diagnostics.EventLog.dll CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Diagnostics.PerformanceCounter.dll lib/net7.0/System.Diagnostics.PerformanceCounter.dll CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Diagnostics.PerformanceCounter.dll lib/net7.0/System.Diagnostics.PerformanceCounter.dll CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Diagnostics.PerformanceCounter.dll lib/net7.0/System.Diagnostics.PerformanceCounter.dll CP1002 - System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.DirectoryServices.dll lib/net7.0/System.DirectoryServices.dll CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.DirectoryServices.dll lib/net7.0/System.DirectoryServices.dll @@ -140,7 +170,7 @@ CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.DirectoryServices.dll lib/net7.0/System.DirectoryServices.dll @@ -152,19 +182,19 @@ CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.DirectoryServices.dll lib/net7.0/System.DirectoryServices.dll CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Drawing.Common.dll lib/net7.0/System.Drawing.Common.dll CP1002 - System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Drawing.Common.dll lib/net7.0/System.Drawing.Common.dll @@ -176,13 +206,13 @@ CP1002 - System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Drawing.Common.dll lib/net7.0/System.Drawing.Common.dll CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Drawing.Common.dll lib/net7.0/System.Drawing.Common.dll @@ -192,12 +222,6 @@ ref/net7.0/System.Drawing.Common.dll right - - CP1002 - System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left - lib/net7.0/System.Drawing.Common.dll - CP1002 System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -206,13 +230,13 @@ CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Resources.Writer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Resources.Extensions.dll lib/net7.0/System.Resources.Extensions.dll CP1002 - System.Resources.Writer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Resources.Extensions.dll lib/net7.0/System.Resources.Extensions.dll @@ -240,21 +264,15 @@ ref/net7.0/System.Security.Cryptography.Xml.dll lib/net7.0/System.Security.Cryptography.Xml.dll - - CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net7.0/System.Security.Cryptography.Xml.dll - lib/net7.0/System.Security.Cryptography.Xml.dll - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Security.Permissions.dll lib/net7.0/System.Security.Permissions.dll CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Security.Permissions.dll lib/net7.0/System.Security.Permissions.dll @@ -276,18 +294,6 @@ ref/net7.0/System.Security.Permissions.dll right - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left - lib/net7.0/System.Security.Permissions.dll - - - CP1002 - System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left - lib/net7.0/System.Security.Permissions.dll - CP1002 System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -302,26 +308,20 @@ CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Windows.Extensions.dll lib/net7.0/System.Windows.Extensions.dll CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Windows.Extensions.dll lib/net7.0/System.Windows.Extensions.dll CP1002 - System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ref/net7.0/System.Windows.Extensions.dll lib/net7.0/System.Windows.Extensions.dll - - CP0004 - System.Diagnostics.EventLog.Messages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 - left - lib/net7.0/System.Diagnostics.EventLog.Messages.dll - \ No newline at end of file diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml index f4f9c658270300..77bdb67d7f87c5 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml @@ -14,19 +14,19 @@ CP0014 - M:Microsoft.VisualBasic.Strings.LCase(System.String)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] ref/net7.0/Microsoft.VisualBasic.Core.dll runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0014 - M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:Microsoft.VisualBasic.CompilerServices.StringType.FromObject(System.Object)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] ref/net7.0/Microsoft.VisualBasic.Core.dll runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0014 - M:Microsoft.VisualBasic.CompilerServices.StringType.FromObject(System.Object)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:Microsoft.VisualBasic.Strings.LCase(System.String)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] ref/net7.0/Microsoft.VisualBasic.Core.dll runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll diff --git a/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml index 8d959cfab52afc..c3604e2e43b0b3 100644 --- a/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml @@ -4,7 +4,7 @@ CP0001 T:System.IO.Compression.ZLibException ref/net7.0/System.IO.Compression.dll - runtimes/win/lib/net7.0/System.IO.Compression.dll + runtimes/browser/lib/net7.0/System.IO.Compression.dll CP0001 @@ -16,6 +16,6 @@ CP0001 T:System.IO.Compression.ZLibException ref/net7.0/System.IO.Compression.dll - runtimes/browser/lib/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.Pipes/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml index 46fb73bfe9cec3..25ec7c04b7a9ff 100644 --- a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml @@ -4,84 +4,84 @@ CP0001 T:System.IO.Pipes.AnonymousPipeServerStreamAcl ref/net7.0/System.IO.Pipes.dll - runtimes/win/lib/net7.0/System.IO.Pipes.dll + runtimes/unix/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 + runtimes/unix/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 + runtimes/unix/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 + runtimes/unix/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 + runtimes/unix/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 + runtimes/unix/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 + runtimes/unix/lib/net7.0/System.IO.Pipes.dll CP0001 T:System.IO.Pipes.AnonymousPipeServerStreamAcl ref/net7.0/System.IO.Pipes.dll - runtimes/unix/lib/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/unix/lib/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/unix/lib/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/unix/lib/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/unix/lib/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/unix/lib/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/unix/lib/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.Linq.Expressions/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml index 3782d2881f4a57..59afdc8f054cda 100644 --- a/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml @@ -2,7 +2,7 @@ CP0001 - T:System.Runtime.CompilerServices.RuntimeOps + T:System.Linq.Expressions.Interpreter.LightLambda ref/net7.0/System.Linq.Expressions.dll lib/net7.0/System.Linq.Expressions.dll @@ -19,11 +19,83 @@ lib/net7.0/System.Linq.Expressions.dll - CP0002 - M:System.Linq.Expressions.ElementInit.GetArgument(System.Int32) + 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 @@ -32,7 +104,7 @@ CP0002 - M:System.Linq.Expressions.IndexExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.ElementInit.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll lib/net7.0/System.Linq.Expressions.dll @@ -44,7 +116,7 @@ CP0002 - M:System.Linq.Expressions.InvocationExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.IndexExpression.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll lib/net7.0/System.Linq.Expressions.dll @@ -56,19 +128,19 @@ CP0002 - M:System.Linq.Expressions.LambdaExpression.get_CanCompileToIL + 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_CanInterpret + 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.MethodCallExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.LambdaExpression.get_CanInterpret ref/net7.0/System.Linq.Expressions.dll lib/net7.0/System.Linq.Expressions.dll @@ -80,7 +152,7 @@ CP0002 - M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll lib/net7.0/System.Linq.Expressions.dll @@ -91,26 +163,14 @@ lib/net7.0/System.Linq.Expressions.dll - CP0001 - T:System.Linq.Expressions.Interpreter.LightLambda + CP0002 + M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32) 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 - 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 + CP0002 + M:System.Linq.Expressions.ElementInit.get_ArgumentCount ref/net7.0/System.Linq.Expressions.dll runtimes/ios/lib/net7.0/System.Linq.Expressions.dll @@ -122,7 +182,7 @@ CP0002 - M:System.Linq.Expressions.ElementInit.get_ArgumentCount + M:System.Linq.Expressions.IndexExpression.get_ArgumentCount ref/net7.0/System.Linq.Expressions.dll runtimes/ios/lib/net7.0/System.Linq.Expressions.dll @@ -134,7 +194,7 @@ CP0002 - M:System.Linq.Expressions.IndexExpression.get_ArgumentCount + M:System.Linq.Expressions.InvocationExpression.get_ArgumentCount ref/net7.0/System.Linq.Expressions.dll runtimes/ios/lib/net7.0/System.Linq.Expressions.dll @@ -144,12 +204,6 @@ 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.LambdaExpression.get_CanCompileToIL @@ -162,12 +216,6 @@ 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.MethodCallExpression.get_ArgumentCount @@ -176,7 +224,7 @@ CP0002 - M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll runtimes/ios/lib/net7.0/System.Linq.Expressions.dll @@ -187,128 +235,80 @@ runtimes/ios/lib/net7.0/System.Linq.Expressions.dll - CP0001 - T:System.Linq.Expressions.Interpreter.LightLambda + 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 - CP0001 - T:System.Runtime.CompilerServices.RuntimeOps - 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 + CP0002 + M:System.Linq.Expressions.ElementInit.get_ArgumentCount ref/net7.0/System.Linq.Expressions.dll - runtimes/tvos/lib/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/tvos/lib/net7.0/System.Linq.Expressions.dll + runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll CP0002 - M:System.Linq.Expressions.ElementInit.get_ArgumentCount + M:System.Linq.Expressions.IndexExpression.get_ArgumentCount ref/net7.0/System.Linq.Expressions.dll - runtimes/tvos/lib/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/tvos/lib/net7.0/System.Linq.Expressions.dll + runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll CP0002 - M:System.Linq.Expressions.IndexExpression.get_ArgumentCount + M:System.Linq.Expressions.InvocationExpression.get_ArgumentCount ref/net7.0/System.Linq.Expressions.dll - runtimes/tvos/lib/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/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 + 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/tvos/lib/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/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 + 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/tvos/lib/net7.0/System.Linq.Expressions.dll + runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll CP0002 - M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll - runtimes/tvos/lib/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/tvos/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.RuntimeOps - 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 CP0002 - M:System.Linq.Expressions.ElementInit.GetArgument(System.Int32) + M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll @@ -316,72 +316,72 @@ CP0002 M:System.Linq.Expressions.ElementInit.get_ArgumentCount ref/net7.0/System.Linq.Expressions.dll - runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll + runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll CP0002 - M:System.Linq.Expressions.IndexExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.ElementInit.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll - runtimes/maccatalyst/lib/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/maccatalyst/lib/net7.0/System.Linq.Expressions.dll + runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll CP0002 - M:System.Linq.Expressions.InvocationExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.IndexExpression.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll - runtimes/maccatalyst/lib/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/maccatalyst/lib/net7.0/System.Linq.Expressions.dll + runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll CP0002 - M:System.Linq.Expressions.LambdaExpression.get_CanCompileToIL + M:System.Linq.Expressions.InvocationExpression.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll - runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll + runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll CP0002 - M:System.Linq.Expressions.LambdaExpression.get_CanInterpret + M:System.Linq.Expressions.LambdaExpression.get_CanCompileToIL ref/net7.0/System.Linq.Expressions.dll - runtimes/maccatalyst/lib/net7.0/System.Linq.Expressions.dll + runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll CP0002 - M:System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.LambdaExpression.get_CanInterpret ref/net7.0/System.Linq.Expressions.dll - runtimes/maccatalyst/lib/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/maccatalyst/lib/net7.0/System.Linq.Expressions.dll + runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll CP0002 - M:System.Linq.Expressions.NewExpression.GetArgument(System.Int32) + M:System.Linq.Expressions.MethodCallExpression.GetArgument(System.Int32) ref/net7.0/System.Linq.Expressions.dll - runtimes/maccatalyst/lib/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/maccatalyst/lib/net7.0/System.Linq.Expressions.dll + runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll - CP0001 - T:System.Linq.Expressions.Interpreter.LightLambda + 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 + runtimes/tvos/lib/net7.0/System.Linq.Expressions.dll \ No newline at end of file diff --git a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml index 11bc9a79b27026..70214f2961c344 100644 --- a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml @@ -4,13 +4,13 @@ CP0001 T:System.Net.CookieVariant ref/net7.0/System.Net.Primitives.dll - runtimes/win/lib/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/win/lib/net7.0/System.Net.Primitives.dll + runtimes/browser/lib/net7.0/System.Net.Primitives.dll CP0001 @@ -28,12 +28,12 @@ CP0001 T:System.Net.CookieVariant ref/net7.0/System.Net.Primitives.dll - runtimes/browser/lib/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/browser/lib/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.Security/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml index 7d5a9d82a4d753..9ce2b974202325 100644 --- a/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml @@ -4,35 +4,35 @@ CP0002 F:System.Net.Security.SslStreamCertificateContext.Certificate ref/net7.0/System.Net.Security.dll - runtimes/win/lib/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/win/lib/net7.0/System.Net.Security.dll + runtimes/android/lib/net7.0/System.Net.Security.dll CP0002 - F:System.Net.Security.SslStreamCertificateContext.Certificate + 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 + runtimes/android/lib/net7.0/System.Net.Security.dll CP0002 - F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates + F:System.Net.Security.SslStreamCertificateContext.Certificate ref/net7.0/System.Net.Security.dll - runtimes/linux/lib/net7.0/System.Net.Security.dll + runtimes/freebsd/lib/net7.0/System.Net.Security.dll CP0002 - F:System.Net.Security.SslStreamCertificateContext.Certificate + F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates ref/net7.0/System.Net.Security.dll runtimes/freebsd/lib/net7.0/System.Net.Security.dll CP0002 - F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates + 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 @@ -40,90 +40,90 @@ CP0002 F:System.Net.Security.SslStreamCertificateContext.Certificate ref/net7.0/System.Net.Security.dll - runtimes/android/lib/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/android/lib/net7.0/System.Net.Security.dll + runtimes/ios/lib/net7.0/System.Net.Security.dll CP0002 - F:System.Net.Security.SslStreamCertificateContext.Certificate + 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 + runtimes/ios/lib/net7.0/System.Net.Security.dll CP0002 - F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates + F:System.Net.Security.SslStreamCertificateContext.Certificate ref/net7.0/System.Net.Security.dll - runtimes/osx/lib/net7.0/System.Net.Security.dll + runtimes/linux/lib/net7.0/System.Net.Security.dll CP0002 - F:System.Net.Security.SslStreamCertificateContext.Certificate + F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates ref/net7.0/System.Net.Security.dll - runtimes/ios/lib/net7.0/System.Net.Security.dll + runtimes/linux/lib/net7.0/System.Net.Security.dll CP0002 - F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates + 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 + runtimes/linux/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 + runtimes/osx/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 + 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/win/lib/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) + F:System.Net.Security.SslStreamCertificateContext.Certificate ref/net7.0/System.Net.Security.dll - runtimes/linux/lib/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) + F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates ref/net7.0/System.Net.Security.dll - runtimes/freebsd/lib/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/android/lib/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) + F:System.Net.Security.SslStreamCertificateContext.Certificate ref/net7.0/System.Net.Security.dll - runtimes/osx/lib/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) + F:System.Net.Security.SslStreamCertificateContext.IntermediateCertificates ref/net7.0/System.Net.Security.dll - runtimes/ios/lib/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/tvos/lib/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.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml index 15a5c51daa1039..00ffebbf9877d0 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml @@ -2,9 +2,15 @@ CP0001 - T:System.Runtime.InteropServices.JavaScript.Runtime + T:System.Runtime.InteropServices.JavaScript.JSException ref/net7.0/System.Runtime.InteropServices.JavaScript.dll - runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll + lib/net7.0/System.Runtime.InteropServices.JavaScript.dll + + + CP0001 + T:System.Runtime.InteropServices.JavaScript.JSObject + ref/net7.0/System.Runtime.InteropServices.JavaScript.dll + lib/net7.0/System.Runtime.InteropServices.JavaScript.dll CP0001 @@ -32,7 +38,7 @@ CP0001 - T:System.Runtime.InteropServices.JavaScript.Uint8Array + T:System.Runtime.InteropServices.JavaScript.JSException ref/net7.0/System.Runtime.InteropServices.JavaScript.dll runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll @@ -44,20 +50,14 @@ CP0001 - T:System.Runtime.InteropServices.JavaScript.JSException + 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.JSObject - ref/net7.0/System.Runtime.InteropServices.JavaScript.dll - lib/net7.0/System.Runtime.InteropServices.JavaScript.dll - - - CP0001 - T:System.Runtime.InteropServices.JavaScript.JSException + T:System.Runtime.InteropServices.JavaScript.Uint8Array ref/net7.0/System.Runtime.InteropServices.JavaScript.dll - lib/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.Serialization.Schema/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..36d36af2700c3a --- /dev/null +++ b/src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml @@ -0,0 +1,9 @@ + + + + CP0003 + System.Runtime.Serialization.Schema, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ref/net7.0/System.Runtime.Serialization.Schema.dll + lib/net7.0/System.Runtime.Serialization.Schema.dll + + \ No newline at end of file diff --git a/src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml b/src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..be03c0d7c9c07b --- /dev/null +++ b/src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml @@ -0,0 +1,99 @@ + + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) + ref/net462/System.Threading.RateLimiting.dll + lib/net462/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) + ref/net462/System.Threading.RateLimiting.dll + lib/net462/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) + ref/net462/System.Threading.RateLimiting.dll + lib/net462/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) + ref/net462/System.Threading.RateLimiting.dll + lib/net462/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) + ref/net6.0/System.Threading.RateLimiting.dll + lib/net6.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) + ref/net6.0/System.Threading.RateLimiting.dll + lib/net6.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) + ref/net6.0/System.Threading.RateLimiting.dll + lib/net6.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) + ref/net6.0/System.Threading.RateLimiting.dll + lib/net6.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) + ref/net7.0/System.Threading.RateLimiting.dll + lib/net7.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) + ref/net7.0/System.Threading.RateLimiting.dll + lib/net7.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) + ref/net7.0/System.Threading.RateLimiting.dll + lib/net7.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) + ref/net7.0/System.Threading.RateLimiting.dll + lib/net7.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) + ref/netstandard2.0/System.Threading.RateLimiting.dll + lib/netstandard2.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) + ref/netstandard2.0/System.Threading.RateLimiting.dll + lib/netstandard2.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) + ref/netstandard2.0/System.Threading.RateLimiting.dll + lib/netstandard2.0/System.Threading.RateLimiting.dll + + + CP0002 + M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) + ref/netstandard2.0/System.Threading.RateLimiting.dll + lib/netstandard2.0/System.Threading.RateLimiting.dll + + \ No newline at end of file From 610cc2ae6fdfbaac2a0ac2ee596f357876c7fdb4 Mon Sep 17 00:00:00 2001 From: smasher164 Date: Mon, 29 Aug 2022 15:44:23 -0700 Subject: [PATCH 07/45] enable attribute and param rules --- src/libraries/apicompat/ApiCompat.proj | 2 + ...iCompatBaseline.NetCoreAppLatestStable.xml | 8010 ++++++++++------- 2 files changed, 4925 insertions(+), 3087 deletions(-) diff --git a/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj index fe6c5e4ed0fe45..a9b1f12ee415d7 100644 --- a/src/libraries/apicompat/ApiCompat.proj +++ b/src/libraries/apicompat/ApiCompat.proj @@ -51,7 +51,9 @@ RoslynAssembliesPath="$(RoslynAssembliesPath)" GenerateCompatibilitySuppressionFile="$(GenerateCompatibilitySuppressionFile)" CompatibilitySuppressionFilePath="$(ApiCompatNetCoreAppLatestStableBaselineFile)" + EnableRuleAttributesMustMatch="true" ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" + EnableRuleCannotChangeParameterName="true" LeftAssembliesTransformationPattern="@(ApiCompatNetCoreAppLatestStableLeftAssembliesTransformationPattern)" RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppLatestStableRightAssembliesTransformationPattern)" /> diff --git a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml index 0ba572625007bf..b6320034786a25 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml @@ -7548,6 +7548,84 @@ 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/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.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -7596,6 +7674,84 @@ 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/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.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -8148,6 +8304,84 @@ net6.0/System.Runtime.dll net7.0/System.Runtime.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 + CP0015 M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -9366,6 +9600,24 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -9384,6 +9636,12 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -9480,6 +9738,12 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -10158,6 +10422,24 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -12134,1953 +12416,2403 @@ CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Collections.NonGeneric.dll - net7.0/System.Collections.NonGeneric.dll + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.ComponentModel.Annotations.dll - net7.0/System.ComponentModel.Annotations.dll + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.ComponentModel.DataAnnotations.dll - net7.0/System.ComponentModel.DataAnnotations.dll + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.ComponentModel.VersionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Collections.NonGeneric.dll + net7.0/System.Collections.NonGeneric.dll + + + CP0016 + M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.ComponentModel.Annotations.dll + net7.0/System.ComponentModel.Annotations.dll + + + CP0016 + M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.ComponentModel.DataAnnotations.dll + net7.0/System.ComponentModel.DataAnnotations.dll + + + CP0016 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.VersionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll CP0016 @@ -14090,5967 +14822,6867 @@ CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + net6.0/System.Data.Common.dll + net7.0/System.Data.Common.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + net6.0/System.Data.dll + net7.0/System.Data.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.DiagnosticListener.Write(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll + + + CP0016 + M:System.Diagnostics.DiagnosticSource.StartActivity(System.Diagnostics.Activity,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll + + + CP0016 + M:System.Diagnostics.DiagnosticSource.StopActivity(System.Diagnostics.Activity,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll + + + CP0016 + M:System.Diagnostics.DiagnosticSource.Write(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Diagnostics.DiagnosticSource.dll + net7.0/System.Diagnostics.DiagnosticSource.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TextWriterTraceListener.dll + net7.0/System.Diagnostics.TextWriterTraceListener.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TextWriterTraceListener.dll + net7.0/System.Diagnostics.TextWriterTraceListener.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TextWriterTraceListener.dll - net7.0/System.Diagnostics.TextWriterTraceListener.dll + M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TextWriterTraceListener.dll - net7.0/System.Diagnostics.TextWriterTraceListener.dll + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.dll net7.0/System.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Drawing.dll + net7.0/System.Drawing.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.IO.dll + net7.0/System.IO.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll + M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/System.Linq.Queryable.dll net7.0/System.Linq.Queryable.dll CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/System.Linq.Queryable.dll net7.0/System.Linq.Queryable.dll CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/System.Linq.Queryable.dll net7.0/System.Linq.Queryable.dll CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] net6.0/System.Linq.Queryable.dll net7.0/System.Linq.Queryable.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll + + + CP0016 + M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll + + + CP0016 + M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + net6.0/System.Memory.dll + net7.0/System.Memory.dll CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Net.Http.Json.dll + net7.0/System.Net.Http.Json.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.HttpListener.dll + net7.0/System.Net.HttpListener.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Mail.dll + net7.0/System.Net.Mail.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Net.WebProxy.dll + net7.0/System.Net.WebProxy.dll CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Numerics.Vectors.dll + net7.0/System.Numerics.Vectors.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.DispatchProxy.dll + net7.0/System.Reflection.DispatchProxy.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Reflection.Emit.dll + net7.0/System.Reflection.Emit.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Reflection.Emit.Lightweight.dll + net7.0/System.Reflection.Emit.Lightweight.dll CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.HttpListener.dll - net7.0/System.Net.HttpListener.dll + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll + M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.TryParseExact(System.String,System.String,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.TryParseExact(System.String,System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Half.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Half.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Half.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.DispatchProxy.dll - net7.0/System.Reflection.DispatchProxy.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.TryParseExact(System.String,System.String,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeOnly.TryParseExact(System.String,System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] net6.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Half.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Half.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Half.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Formatters.dll + net7.0/System.Runtime.Serialization.Formatters.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Formatters.dll + net7.0/System.Runtime.Serialization.Formatters.dll CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Formatters.dll + net7.0/System.Runtime.Serialization.Formatters.dll CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 @@ -20160,6 +21792,12 @@ net6.0/System.Security.Cryptography.Algorithms.dll net7.0/System.Security.Cryptography.Algorithms.dll + + CP0016 + M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + CP0016 M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -20418,6 +22056,12 @@ net6.0/System.Security.Cryptography.Cng.dll net7.0/System.Security.Cryptography.Cng.dll + + CP0016 + M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + CP0016 M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -20814,6 +22458,144 @@ net6.0/System.Security.Cryptography.X509Certificates.dll net7.0/System.Security.Cryptography.X509Certificates.dll + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + CP0016 M:System.Text.Json.JsonDocument.Parse(System.ReadOnlyMemory{System.Char},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -21096,12 +22878,24 @@ net6.0/System.Text.Json.dll net7.0/System.Text.Json.dll + + CP0016 + M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.String)~System.Text.Json.Nodes.JsonNode->System.Text.Json.Nodes.JsonNode?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + CP0016 M:System.Text.Json.Nodes.JsonNode.Parse(System.String,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/System.Text.Json.dll net7.0/System.Text.Json.dll + + CP0016 + M:System.Text.Json.Nodes.JsonValue.Create(System.String,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})->System.Text.Json.Nodes.JsonValue?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + net6.0/System.Text.Json.dll + net7.0/System.Text.Json.dll + CP0016 M:System.Text.Json.Nodes.JsonValue.Create``1(``0,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -21324,6 +23118,18 @@ net6.0/System.Xml.dll net7.0/System.Xml.dll + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + net6.0/System.Xml.dll + net7.0/System.Xml.dll + CP0016 M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -21486,6 +23292,18 @@ net6.0/System.Xml.ReaderWriter.dll net7.0/System.Xml.ReaderWriter.dll + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + net6.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + CP0016 M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -21576,6 +23394,18 @@ net6.0/System.Xml.XmlDocument.dll net7.0/System.Xml.XmlDocument.dll + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + net6.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + net6.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + CP0016 M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -21588,4 +23418,10 @@ net6.0/System.Xml.XPath.dll net7.0/System.Xml.XPath.dll + + CP0017 + M:System.Runtime.InteropServices.NFloat.Equals(System.Object)$0 + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + \ No newline at end of file From 4d3cc27c080387cceef4f4db0dceb489eceaa9c1 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 11:02:48 +0200 Subject: [PATCH 08/45] Enable optional rules --- eng/resolveContract.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/resolveContract.props b/eng/resolveContract.props index 6d18ce674d4dcf..95f6ac1b23241a 100644 --- a/eng/resolveContract.props +++ b/eng/resolveContract.props @@ -2,6 +2,9 @@ true + + true + true From 60147fd874e4de06607838d1a3095ec48392978c Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 11:03:16 +0200 Subject: [PATCH 09/45] WebAssemblyThreading proj --- .../Microsoft.NET.WebAssembly.Threading.proj | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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 96e1d19cd36786..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 + + $(NoWarn);NU5128;NU5131;PKV004 ref - + From 560958129a0088a119752b4e30b72ccb5fb071fd Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 11:38:03 +0200 Subject: [PATCH 10/45] CompatSuppression for XmlREaderWriter --- .../System.Xml.ReaderWriter/ApiCompatExcludedAttributes.txt | 3 --- .../System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 src/libraries/System.Xml.ReaderWriter/ApiCompatExcludedAttributes.txt 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 index 75b720080db99c..2531e3474e4fd6 100644 --- a/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml @@ -1,5 +1,6 @@  + CP0015 T:System.Xml.IApplicationResourceStreamResolver:[T:System.ObsoleteAttribute] From 6d0769c8e191a27bffac53fb7af20110501d82cc Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 12:27:38 +0200 Subject: [PATCH 11/45] Enable optional rules correctly... --- eng/resolveContract.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/resolveContract.props b/eng/resolveContract.props index 95f6ac1b23241a..fe4224a844a47a 100644 --- a/eng/resolveContract.props +++ b/eng/resolveContract.props @@ -3,8 +3,8 @@ true - true - true + true + true From ed11fbefef6689487ea1064609070213f698e5a5 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 15:57:57 +0200 Subject: [PATCH 12/45] ThreadPool UnsupportedOSPlatformAttribute --- .../CompatibilitySuppressions.xml | 108 ++++++++++++++++++ .../CompatibilitySuppressions.Threading.xml | 57 +++++++++ .../src/System.Threading.ThreadPool.csproj | 6 +- 3 files changed, 168 insertions(+), 3 deletions(-) create mode 100644 src/libraries/System.Threading.ThreadPool/src/CompatibilitySuppressions.Threading.xml diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml index 81e965661b2a53..87f868519ee5c5 100644 --- a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -168,4 +168,112 @@ ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll + + CP0016 + M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.Thread.UnsafeStart:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.Thread.UnsafeStart(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + T:System.Diagnostics.Tracing.DiagnosticCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + T:System.Diagnostics.Tracing.IncrementingEventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + T:System.Diagnostics.Tracing.IncrementingPollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + T:System.Diagnostics.Tracing.PollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0016 + T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + \ No newline at end of file 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..5c7e6547bade5a --- /dev/null +++ b/src/libraries/System.Threading.ThreadPool/src/CompatibilitySuppressions.Threading.xml @@ -0,0 +1,57 @@ + + + + CP0014 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Threading.ThreadPool.dll + lib/net7.0/System.Threading.ThreadPool.dll + + + CP0014 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Threading.ThreadPool.dll + lib/net7.0/System.Threading.ThreadPool.dll + + + CP0014 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Threading.ThreadPool.dll + lib/net7.0/System.Threading.ThreadPool.dll + + + CP0014 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Threading.ThreadPool.dll + lib/net7.0/System.Threading.ThreadPool.dll + + + CP0014 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Threading.ThreadPool.dll + lib/net7.0/System.Threading.ThreadPool.dll + + + CP0014 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Threading.ThreadPool.dll + lib/net7.0/System.Threading.ThreadPool.dll + + + CP0014 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Threading.ThreadPool.dll + lib/net7.0/System.Threading.ThreadPool.dll + + + CP0014 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Threading.ThreadPool.dll + lib/net7.0/System.Threading.ThreadPool.dll + + + CP0014 + T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + ref/net7.0/System.Threading.ThreadPool.dll + lib/net7.0/System.Threading.ThreadPool.dll + + \ 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 bda556178b9e6c..b94a547cfb25b3 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 + \ No newline at end of file From eff54659555a7229db4d05efa8d11d9a9737048e Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 15:58:14 +0200 Subject: [PATCH 13/45] VBCore CP0017 --- .../src/CompatibilitySuppressions.xml | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml index 77bdb67d7f87c5..9b274d233ec9c9 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml @@ -30,4 +30,64 @@ ref/net7.0/Microsoft.VisualBasic.Core.dll runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + CP0017 + M:Microsoft.VisualBasic.ComClassAttribute.set_InterfaceShadows(System.Boolean)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.DateAndTime.set_DateString(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.DateAndTime.set_TimeOfDay(System.DateTime)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.DateAndTime.set_TimeString(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.DateAndTime.set_Today(System.DateTime)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_Description(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_HelpContext(System.Int32)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_HelpFile(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_Number(System.Int32)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_Source(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + \ No newline at end of file From 2c554018fcb65884f5e09f82ddd3bbd2f5ada8e1 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 16:09:51 +0200 Subject: [PATCH 14/45] Migrate all CoreLibs over --- .../src/CompatibilitySuppressions.xml | 1605 +++++++++++++++++ .../src/MatchingRefApiCompatBaseline.txt | 268 --- .../CompatibilitySuppressions.xml | 74 +- 3 files changed, 1648 insertions(+), 299 deletions(-) create mode 100644 src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml delete mode 100644 src/coreclr/nativeaot/System.Private.CoreLib/src/MatchingRefApiCompatBaseline.txt 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..097baa47b2da4c --- /dev/null +++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml @@ -0,0 +1,1605 @@ + + + + CP0001 + T:Internal.Console + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.DeveloperExperience.DeveloperExperience + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ArraySignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ArraySignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.AssemblyFlags + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.AssemblyHashAlgorithm + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.BooleanCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ByReferenceSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ByReferenceSignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ByteCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.CharCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBooleanArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBooleanArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBooleanValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBooleanValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantByteArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantByteArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantByteValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantByteValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantCharArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantCharArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantCharValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantCharValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantDoubleArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantDoubleArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantDoubleValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantDoubleValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantEnumArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantEnumArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantHandleArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantHandleArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt16Array + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt16ArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt16Value + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt16ValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt32Array + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt32ArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt32Value + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt32ValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt64Array + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt64ArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt64Value + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt64ValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantReferenceValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantReferenceValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSByteArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSByteArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSByteValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSByteValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSingleArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSingleArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSingleValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSingleValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantStringArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantStringArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantStringValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantStringValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt16Array + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt16ArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt16Value + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt16ValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt32Array + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt32ArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt32Value + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt32ValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt64Array + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt64ArrayHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt64Value + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt64ValueHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.CustomAttribute + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.CustomAttributeHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.CustomAttributeHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.DoubleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Event + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.EventHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.EventHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Field + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FieldHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FieldHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FieldSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FieldSignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FunctionPointerSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FunctionPointerSignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.GenericParameter + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.GenericParameterHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.GenericParameterHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.GenericParameterKind + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Handle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.HandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.HandleType + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Int16Collection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Int32Collection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Int64Collection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MemberReference + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MemberReferenceHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MetadataReader + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Method + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodInstantiation + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodInstantiationHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSemantics + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSemanticsAttributes + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSemanticsHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSemanticsHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodTypeVariableSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodTypeVariableSignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ModifiedType + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ModifiedTypeHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamedArgument + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamedArgumentHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamedArgumentHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamedArgumentMemberKind + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceDefinition + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceReference + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceReferenceHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NativeFormatReaderExtensions + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Parameter + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ParameterHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ParameterHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PInvokeAttributes + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PointerSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PointerSignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Property + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PropertyHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PropertyHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PropertySignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PropertySignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.QualifiedField + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.QualifiedFieldHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.QualifiedMethod + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.QualifiedMethodHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.SByteCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeDefinition + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeDefinitionHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeDefinitionHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeReference + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeReferenceHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.SingleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.SZArraySignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.SZArraySignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeDefinition + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeDefinitionHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeDefinitionHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeForwarder + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeForwarderHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeForwarderHandleCollection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeInstantiationSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeInstantiationSignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeReference + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeReferenceHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeSpecification + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeSpecificationHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeVariableSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeVariableSignatureHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.UInt16Collection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.UInt32Collection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.UInt64Collection + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Augments.ReflectionAugments + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Augments.ReflectionCoreCallbacks + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.AssemblyBinder + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.AssemblyBindResult + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.ExecutionDomain + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.ExecutionEnvironment + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.FieldAccessor + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.MethodInvoker + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.ReflectionCoreExecution + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.QScopeDefinition + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.ReflectionDomainSetup + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInheritanceRules + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInstantiator + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.DynamicDelegateAugments + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.RuntimeAugments + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.StackTraceMetadataCallbacks + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.TypeLoaderCallbacks + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CanonTypeKind + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerHelpers.MathHelpers + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerHelpers.StartupCodeHelpers + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerHelpers.ThrowHelpers + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.FixupRuntimeTypeHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.FunctionPointerOps + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.GenericMethodDescriptor + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.MethodNameAndSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.OpenMethodResolver + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.RuntimeFieldHandleInfo + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.RuntimeMethodHandleInfo + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.RuntimeSignature + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.InteropServices.ComponentActivator + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.ReadyToRunSectionType + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.TypeManagerHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.TypeSystem.ExceptionStringID + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.TypeSystem.LockFreeReaderHashtable`2 + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Array`1 + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.DebugAnnotations + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.DebuggerGuidedStepThroughAttribute + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.Tracing.PropertyValue + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.Tracing.TraceLoggingEventTypes + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.MDArray + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.AssemblyRuntimeNameHelpers + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.BinderBundle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.DynamicInvokeInfo + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.EnumInfo + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.MetadataReaderExtensions + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.NativeFormatMetadataReaderExtensions + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QGenericParameter + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QMethodDefinition + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QSignatureTypeHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QTypeDefinition + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QTypeDefRefOrSpec + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.RuntimeAssembly + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.RuntimeAssemblyName + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Resources.RuntimeResourceSet + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.EagerStaticClassConstructionAttribute + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ForceDictionaryLookupsAttribute + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ForceLazyDictionaryAttribute + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ICastable + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ReflectionBlockedAttribute + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.StaticClassConstructionContext + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.ExceptionIDs + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.InteropServices.InteropExtensions + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.InteropServices.NativeFunctionPointerWrapper + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.InteropServices.PInvokeMarshal + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.InteropServices.UnsafeGCHandle + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.RhFailFastReason + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.RuntimeImportAttribute + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.RuntimeImports + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.RuntimeObjectFactory + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.TypeLoaderExports + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.RuntimeExceptionHelpers + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.RuntimeType + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Threading.Condition + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Threading.Lock + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Threading.LockHolder + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + F:System.Resources.ResourceManager.BaseNameField + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + F:System.Resources.ResourceSet.Reader + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.add_ProcessExit(System.EventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.remove_ProcessExit(System.EventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Diagnostics.Tracing.EventCounter.Flush + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.ModuleHandle.#ctor(System.Reflection.Module) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Reflection.MethodBase.get_MetadataDefinitionMethod + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Reflection.MethodBase.GetParametersNoCopy + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Reflection.Module.GetModuleHandleImpl + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0002 + M:System.TypedReference.get_IsNull + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + M:System.IO.FileSystemInfo.get_Exists + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + M:System.IO.FileSystemInfo.get_Name + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + P:System.IO.FileSystemInfo.Exists + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0013 + P:System.IO.FileSystemInfo.Name + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/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/Debug/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/Debug/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/Debug/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 5a44b79d56903d..00000000000000 --- a/src/coreclr/nativeaot/System.Private.CoreLib/src/MatchingRefApiCompatBaseline.txt +++ /dev/null @@ -1,268 +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.Runtime.InteropServices.ComponentActivator' 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. -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. -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. -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. -TypesMustExist : Type 'System.Diagnostics.Tracing.PropertyValue' does not exist in the reference but it does exist in the implementation. -TypesMustExist : Type 'System.Diagnostics.Tracing.TraceLoggingEventTypes' does not exist in the reference but it does exist in the implementation. -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. -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. -MembersMustExist : Member 'protected System.ModuleHandle System.Reflection.Module.GetModuleHandleImpl()' 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.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. -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. -MembersMustExist : Member 'public void System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute..ctor()' 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. -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 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. -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/mono/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml index e845b0d901cadf..7cfd7eb86c30bd 100644 --- a/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -1,14 +1,38 @@  + + CP0001 + T:Internal.Console + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.InteropServices.ComponentActivator + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.Tracing.TraceLoggingEventTypes + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ICastable + ref/net7.0/System.Private.CoreLib.dll + lib/Debug/System.Private.CoreLib.dll + CP0002 - M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) + F:System.Resources.ResourceManager.BaseNameField ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) + F:System.Resources.ResourceSet.Reader ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll @@ -20,49 +44,49 @@ CP0002 - M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) + M:System.AppContext.add_ProcessExit(System.EventHandler) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.AppContext.add_ProcessExit(System.EventHandler) + M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.AppContext.remove_ProcessExit(System.EventHandler) + M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Environment.FailFast(System.String,System.Exception,System.String) + M:System.AppContext.remove_ProcessExit(System.EventHandler) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) + M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress + M:System.Diagnostics.Tracing.EventCounter.Flush ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress + M:System.Environment.FailFast(System.String,System.Exception,System.String) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) + M:System.Reflection.Module.GetModuleHandleImpl ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll @@ -73,26 +97,26 @@ lib/Debug/System.Private.CoreLib.dll - CP0001 - T:System.Runtime.CompilerServices.ICastable + CP0002 + M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - F:System.Resources.ResourceManager.BaseNameField + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - F:System.Resources.ResourceSet.Reader + M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll CP0002 - M:System.Reflection.Module.GetModuleHandleImpl + M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll @@ -121,26 +145,14 @@ lib/Debug/System.Private.CoreLib.dll - CP0002 - M:System.Diagnostics.Tracing.EventCounter.Flush - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.Tracing.TraceLoggingEventTypes + CP0014 + M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0001 - T:Internal.Console - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.InteropServices.ComponentActivator + 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/Debug/System.Private.CoreLib.dll From 81ea90200d187053c8a13804d5d4c587680402ff Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 16:20:25 +0200 Subject: [PATCH 15/45] Update ApiCompat.proj --- src/libraries/apicompat/ApiCompat.proj | 22 +- ...iCompatBaseline.NetCoreAppLatestStable.txt | 240 ------------------ 2 files changed, 14 insertions(+), 248 deletions(-) delete mode 100644 src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.txt diff --git a/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj index a9b1f12ee415d7..11ae9f36f0932f 100644 --- a/src/libraries/apicompat/ApiCompat.proj +++ b/src/libraries/apicompat/ApiCompat.proj @@ -20,7 +20,9 @@ - + + + @@ -55,7 +57,7 @@ ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" EnableRuleCannotChangeParameterName="true" LeftAssembliesTransformationPattern="@(ApiCompatNetCoreAppLatestStableLeftAssembliesTransformationPattern)" - RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppLatestStableRightAssembliesTransformationPattern)" /> + RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> + EnableRuleAttributesMustMatch="true" + ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" + EnableRuleCannotChangeParameterName="true" + LeftAssembliesTransformationPattern="@(ApiCompatNetStandard21LeftAssembliesTransformationPattern)" + RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> --> + EnableRuleAttributesMustMatch="true" + ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" + EnableRuleCannotChangeParameterName="true" + LeftAssembliesTransformationPattern="@(ApiCompatNetStandard20LeftAssembliesTransformationPattern)" + RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> --> ..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 From 56b107096987c9fe2c9c1f6322caee7fd5cce1bf Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 16:20:53 +0200 Subject: [PATCH 16/45] Add ApiCompat.proj baselines --- .../ApiCompatBaseline.netstandard2.0.xml | 51333 ++++++++++++++++ .../ApiCompatBaseline.netstandard2.1.xml | 19155 ++++++ 2 files changed, 70488 insertions(+) create mode 100644 src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml create mode 100644 src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml new file mode 100644 index 00000000000000..698fefe5712fde --- /dev/null +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml @@ -0,0 +1,51333 @@ + + + + CP0001 + T:System.IntPtr + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0001 + T:System.UIntPtr + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0001 + T:System.IntPtr + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0001 + T:System.UIntPtr + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0001 + T:System.IntPtr + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0001 + T:System.UIntPtr + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`5.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`6.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`7.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Action`8.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Converter`2.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.EventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`6.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`7.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`8.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Func`9.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.UIntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`10.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`11.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`12.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`13.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`14.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`15.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`16.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`5.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`6.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`7.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`8.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`9.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.BaseNumberConverter.#ctor + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Converter`2.#ctor(System.Object,System.IntPtr) + 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.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.EventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`10.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`11.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`12.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`13.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`14.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`15.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`16.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`17.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`6.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`7.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`8.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`9.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + 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.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.UIntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) + 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.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ComponentModel.EventBasedAsync.dll + net7.0/System.ComponentModel.EventBasedAsync.dll + + + CP0002 + M:System.ComponentModel.BaseNumberConverter.#ctor + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0002 + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`10.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`11.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`12.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`13.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`14.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`15.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`16.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Action`9.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`10.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`11.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`12.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`13.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`14.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`15.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`16.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`17.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0002 + M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Core.dll + net7.0/System.Core.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.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0002 + M:System.Data.Constraint.#ctor + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0002 + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.BaseNumberConverter.#ctor + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.dll + net7.0/System.dll + + + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Dynamic.Runtime.dll + net7.0/System.Dynamic.Runtime.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0002 + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll + + + CP0002 + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll + + + CP0002 + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/System.IO.Pipes.dll + net7.0/System.IO.Pipes.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.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0002 + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.Security.dll + net7.0/System.Net.Security.dll + + + CP0002 + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Net.Security.dll + net7.0/System.Net.Security.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll + + + CP0002 + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll + + + CP0002 + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll + + + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`10.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`11.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`12.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`13.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`14.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`15.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`16.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`5.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`6.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`7.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`8.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Action`9.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.EventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`10.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`11.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`12.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`13.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`14.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`15.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`16.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`17.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`6.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`7.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`8.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Func`9.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + netstandard2.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + netstandard2.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + netstandard2.0/System.Runtime.Handles.dll + net7.0/System.Runtime.Handles.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0002 + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0002 + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0002 + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0002 + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.IntPtr@) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.UIntPtr@) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0002 + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Threading.Overlapped.dll + net7.0/System.Threading.Overlapped.dll + + + CP0002 + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.IntPtr@) + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0002 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0002 + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0002 + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Threading.Timer.dll + net7.0/System.Threading.Timer.dll + + + CP0002 + M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Windows.dll + net7.0/System.Windows.dll + + + CP0002 + M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.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 + + + CP0002 + M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0002 + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.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 + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.get_Name + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.SortKey.get_KeyData + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.SortKey.get_OriginalString + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.Clone + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.get_ANSICodePage + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.get_EBCDICCodePage + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.get_ListSeparator + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.get_MacCodePage + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.get_OEMCodePage + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.set_ListSeparator(System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.ToLower(System.Char) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.ToLower(System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.Char) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.String) + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + P:System.Globalization.CompareInfo.Name + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + P:System.Globalization.SortKey.KeyData + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + P:System.Globalization.SortKey.OriginalString + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + P:System.Globalization.TextInfo.ANSICodePage + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + P:System.Globalization.TextInfo.EBCDICCodePage + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + P:System.Globalization.TextInfo.ListSeparator + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + P:System.Globalization.TextInfo.MacCodePage + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + P:System.Globalization.TextInfo.OEMCodePage + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.get_Name + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.SortKey.get_KeyData + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.SortKey.get_OriginalString + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.Clone + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_ANSICodePage + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_EBCDICCodePage + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_ListSeparator + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_MacCodePage + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_OEMCodePage + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.set_ListSeparator(System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.ToLower(System.Char) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.ToLower(System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.Char) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.CompareInfo.Name + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.SortKey.KeyData + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.SortKey.OriginalString + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.ANSICodePage + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.EBCDICCodePage + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.ListSeparator + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.MacCodePage + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.OEMCodePage + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.get_Name + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.Clone + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.get_ANSICodePage + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.get_EBCDICCodePage + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.get_ListSeparator + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.get_MacCodePage + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.get_OEMCodePage + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.set_ListSeparator(System.String) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.ToLower(System.Char) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.ToLower(System.String) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.Char) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.String) + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + P:System.Globalization.CompareInfo.Name + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + P:System.Globalization.TextInfo.ANSICodePage + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + P:System.Globalization.TextInfo.EBCDICCodePage + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + P:System.Globalization.TextInfo.ListSeparator + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + P:System.Globalization.TextInfo.MacCodePage + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0012 + P:System.Globalization.TextInfo.OEMCodePage + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.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 + + + CP0016 + E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + F:System.Reflection.TypeDelegator.typeImpl:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.AppDomain.ExecuteAssembly(System.String,System.String[],System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.AppDomain.ExecuteAssembly(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.AppDomain.ExecuteAssembly(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.AppDomain.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.AppDomain.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ApplicationId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.SymbolStore.SymbolToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Environment.Exit(System.Int32):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Environment.FailFast(System.String,System.Exception):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Environment.FailFast(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Globalization.SortKey.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Globalization.SortVersion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.GetRuntimeFieldHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.GetRuntimeMethodHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.GetRuntimeTypeHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.ResolveFieldHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.ResolveFieldHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.ResolveMethodHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.ResolveMethodHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.ResolveTypeHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ModuleHandle.ResolveTypeHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.IReflect.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeDelegator.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + 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] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.AddAlgorithm(System.Type,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.AddOID(System.String,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.EncodeOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.MapNameToOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.set_HashName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.PKCS1MaskGenerationMethod.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RC2.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RC2CryptoServiceProvider.set_UseSalt(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.Rijndael.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.SignatureDescription.CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.SignatureDescription.CreateDigest:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.SignatureDescription.CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.IsNullOrEmpty(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.String.IsNullOrWhiteSpace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.EncodingInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.AsyncFlowControl.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.LockCookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.RestoreLock(System.Threading.LockCookie@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Security.Cryptography.DSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.CompilerServices.DiscardableAttribute:[T:System.AttributeUsageAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IBindCtx:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IConnectionPoint:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumConnections:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumString:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IPersistFile:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IRunningObjectTable:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IStream:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeComp:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeInfo:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeInfo2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeLib:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeLib2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Security.Cryptography.RSAPKCS1SignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Security.Cryptography.RSAPKCS1SignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.TransmitFileOptions.UseKernelApc:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.TransmitFileOptions.UseSystemThread:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.TransmitFileOptions.WriteBehind:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Reflection.TypeDelegator.typeImpl:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaContentProcessing.Lax:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaContentProcessing.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaContentProcessing.Skip:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaContentProcessing.Strict:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.All:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Empty:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Extension:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.List:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Restriction:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Substitution:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Union:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaUse.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaUse.Optional:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaUse.Prohibited:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaUse.Required:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.ExecuteAssembly(System.String,System.String[],System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.ExecuteAssembly(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.ExecuteAssembly(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ApplicationId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BindingList`1.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DataObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DataObjectFieldAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DataObjectMethodAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.CommandID.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.get_Properties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.IBindingListView.set_Filter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MaskedTextProvider.Clone:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.set_FillLoadOption(System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.String,System.String,System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$3:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.set_DataSetColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMappingCollection.GetDataColumn(System.Data.Common.DataColumnMappingCollection,System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataTableMapping.GetDataColumn(System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataTableMapping.set_DataSetTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataTableMapping.set_SourceTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_CatalogSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_QuotePrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_QuoteSuffix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_SchemaSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.Data.IDbCommand,System.String,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDbCommand,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataTable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Constraint.set_ConstraintName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Caption(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_ColumnName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_DataType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_DefaultValue(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Expression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Expression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumnCollection.Add(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRelation.set_RelationName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRow.set_Item(System.Data.DataColumn,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRow.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRow.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRow.set_RowError(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRowView.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRowView.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.GetXml:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.GetXmlSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.IO.Stream,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.IO.TextReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.Xml.XmlReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.Stream,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.TextReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.String,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.Xml.XmlReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.String,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataView.#ctor(System.Data.DataTable,System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataView.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataView.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewManager.set_DataSet(System.Data.DataSet)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewManager.set_DataViewSettingCollectionString(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewSetting.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewSetting.set_RowFilter(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewSetting.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewSettingCollection.set_Item(System.Int32,System.Data.DataViewSetting)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DBConcurrencyException.set_Row(System.Data.DataRow)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.ForeignKeyConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlBinary.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlBoolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlDateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlDecimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlDouble.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlGuid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlMoney.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlSingle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlString.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.UniqueConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Fail(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Fail(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.SymbolStore.SymbolToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.Color.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Environment.Exit(System.Int32):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Environment.FailFast(System.String,System.Exception):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Environment.FailFast(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.SortKey.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.SortVersion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.GetRuntimeFieldHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.GetRuntimeMethodHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.GetRuntimeTypeHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveFieldHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveFieldHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveMethodHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveMethodHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveTypeHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveTypeHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.FtpWebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.FtpWebRequest.set_RenameTo(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.GlobalProxySelection.set_Select(System.Net.IWebProxy)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListener.set_ExtendedProtectionSelectorDelegate(System.Net.HttpListener.ExtendedProtectionSelector)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_EntityBody(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_HeaderWait(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_MinSendBytesPerSecond(System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_RequestQueue(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.AttachmentBase.set_ContentId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_Body(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_From(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_Sender(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_Subject(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.SmtpClient.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mime.ContentDisposition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mime.ContentType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mime.ContentType.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.set_BypassList(System.String[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + 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] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.AddAlgorithm(System.Type,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.AddOID(System.String,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.EncodeOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.MapNameToOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.set_HashName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PKCS1MaskGenerationMethod.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RC2.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RC2CryptoServiceProvider.set_UseSalt(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.Rijndael.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SignatureDescription.CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SignatureDescription.CreateDigest:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SignatureDescription.CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.IsNullOrEmpty(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.IsNullOrWhiteSpace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.EncodingInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.AsyncFlowControl.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LockCookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.RestoreLock(System.Threading.LockCookie@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.DesignerAttribute.DesignerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.EditorAttribute.EditorBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.EditorAttribute.EditorTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.InstallerTypeAttribute.InstallerType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.Point.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.PointF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.Rectangle.Bottom:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.Rectangle.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.Rectangle.Left:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.Rectangle.Location:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.Rectangle.Right:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.Rectangle.Size:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.Rectangle.Top:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.RectangleF.Bottom:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.RectangleF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.RectangleF.Left:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.RectangleF.Location:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.RectangleF.Right:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.RectangleF.Size:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.RectangleF.Top:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.Size.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Drawing.SizeF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.ServicePointManager.EncryptionPolicy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Security.Cryptography.DSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAnnotated.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAnnotation.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAny.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAny.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAnyAttribute.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAppInfo.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.AttributeSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.AttributeType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.Use:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttributeGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttributeGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttributeGroup.RedefinedAttributeGroup:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttributeGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexContent.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.AttributeUses:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.AttributeWildcard:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.ContentType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.ContentTypeParticle:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaContentModel.Content:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaDocumentation.Language:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaDocumentation.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.ElementSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.ElementType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.IsNillable:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.SubstitutionGroup:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaExternal.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaExternal.Schema:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaExternal.SchemaLocation:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaFacet.IsFixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaFacet.Value:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroupBase.Items:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroupRef.Particle:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaImport.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaKeyref.Refer:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaNotation.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaNotation.Public:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaNotation.System:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaObject.LineNumber:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaObject.LinePosition:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaObject.Parent:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaObject.SourceUri:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaParticle.MaxOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaParticle.MaxOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaParticle.MinOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaParticle.MinOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaRedefine.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaRedefine.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaRedefine.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.BaseItemType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseMemberTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.BaseSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.BaseXmlSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.Datatype:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.DerivedBy:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.IsMixed:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.TypeCode:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaXPath.XPath:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.BindingList`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.MaskedTextProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DataAdapter:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DataTableMappingCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.ConstraintCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataColumn:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataColumn:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataColumnCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataRelation:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataRelationCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataSet:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataSet:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataSet:[T:System.Xml.Serialization.XmlRootAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataTableCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataView:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataView:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataViewManager:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataViewRowState:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataViewSettingCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.ForeignKeyConstraint:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.UniqueConstraint:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Color:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Color:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Net.Mail.SmtpClient:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.CompilerServices.DiscardableAttribute:[T:System.AttributeUsageAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IAdviseSink:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IBindCtx:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IConnectionPoint:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IDataObject:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumConnections:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumString:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IPersistFile:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IRunningObjectTable:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IStream:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeComp:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeInfo:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeInfo2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeLib:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeLib2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.RSAPKCS1SignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.RSAPKCS1SignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Collections.Concurrent.dll + net7.0/System.Collections.Concurrent.dll + + + CP0016 + M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.dll + net7.0/System.Collections.dll + + + CP0016 + M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Collections.dll + net7.0/System.Collections.dll + + + CP0016 + M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.dll + net7.0/System.Collections.dll + + + CP0016 + M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Collections.dll + net7.0/System.Collections.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Collections.NonGeneric.dll + net7.0/System.Collections.NonGeneric.dll + + + CP0016 + M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Collections.Specialized.dll + net7.0/System.Collections.Specialized.dll + + + CP0016 + M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Collections.Specialized.dll + net7.0/System.Collections.Specialized.dll + + + CP0016 + T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] + netstandard2.0/System.Collections.Specialized.dll + net7.0/System.Collections.Specialized.dll + + + CP0016 + T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.Composition.dll + net7.0/System.ComponentModel.Composition.dll + + + CP0016 + M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0016 + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0016 + E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Console.dll + net7.0/System.Console.dll + + + CP0016 + F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0016 + M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.Common.dll + net7.0/System.Data.Common.dll + + + CP0016 + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataAdapter.set_FillLoadOption(System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.String,System.String,System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$3:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.set_DataSetColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataColumnMappingCollection.GetDataColumn(System.Data.Common.DataColumnMappingCollection,System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataTableMapping.GetDataColumn(System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataTableMapping.set_DataSetTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DataTableMapping.set_SourceTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_CatalogSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_QuotePrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_QuoteSuffix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_SchemaSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.Data.IDbCommand,System.String,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDbCommand,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataTable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.Constraint.set_ConstraintName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.set_Caption(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.set_ColumnName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.set_DataType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.set_DefaultValue(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.set_Expression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.set_Expression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumn.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataColumnCollection.Add(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataRelation.set_RelationName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataRow.set_Item(System.Data.DataColumn,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataRow.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataRow.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataRow.set_RowError(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataRowView.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataRowView.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.GetXml:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.GetXmlSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.IO.Stream,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.IO.TextReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.Xml.XmlReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.Stream,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.TextReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.String,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.Xml.XmlReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.String,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataView.#ctor(System.Data.DataTable,System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataView.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataView.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataViewManager.set_DataSet(System.Data.DataSet)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataViewManager.set_DataViewSettingCollectionString(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataViewSetting.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataViewSetting.set_RowFilter(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataViewSetting.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DataViewSettingCollection.set_Item(System.Int32,System.Data.DataViewSetting)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.DBConcurrencyException.set_Row(System.Data.DataRow)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.ForeignKeyConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.IDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.IDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlBinary.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlBoolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlDateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlDecimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlDouble.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlGuid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlMoney.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlSingle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.SqlTypes.SqlString.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Data.UniqueConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.Common.DataAdapter:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.Common.DataTableMappingCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.ConstraintCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataColumn:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataColumn:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataColumnCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataRelation:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataRelationCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataSet:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataSet:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataSet:[T:System.Xml.Serialization.XmlRootAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataTableCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataView:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataView:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataViewManager:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataViewRowState:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.DataViewSettingCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.ForeignKeyConstraint:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + T:System.Data.UniqueConstraint:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.Diagnostics.Contracts.dll + net7.0/System.Diagnostics.Contracts.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.Diagnostics.Contracts.dll + net7.0/System.Diagnostics.Contracts.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.Diagnostics.Contracts.dll + net7.0/System.Diagnostics.Contracts.dll + + + CP0016 + M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.Diagnostics.Contracts.dll + net7.0/System.Diagnostics.Contracts.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.Fail(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.Fail(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Diagnostics.Debug.dll + net7.0/System.Diagnostics.Debug.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll + + + CP0016 + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0016 + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TextWriterTraceListener.dll + net7.0/System.Diagnostics.TextWriterTraceListener.dll + + + CP0016 + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Diagnostics.TraceSource.dll + net7.0/System.Diagnostics.TraceSource.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Diagnostics.Tracing.dll + net7.0/System.Diagnostics.Tracing.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.TransmitFileOptions.UseKernelApc:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.TransmitFileOptions.UseSystemThread:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Net.Sockets.TransmitFileOptions.WriteBehind:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.BindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.BindingList`1.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DataObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DataObjectFieldAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DataObjectMethodAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.CommandID.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.get_Properties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.IBindingListView.set_Filter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.MaskedTextProvider.Clone:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Fail(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Fail(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.FtpWebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.FtpWebRequest.set_RenameTo(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.GlobalProxySelection.set_Select(System.Net.IWebProxy)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.HttpListener.set_ExtendedProtectionSelectorDelegate(System.Net.HttpListener.ExtendedProtectionSelector)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_EntityBody(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_HeaderWait(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_MinSendBytesPerSecond(System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_RequestQueue(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.AttachmentBase.set_ContentId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.MailAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_Body(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_From(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_Sender(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_Subject(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mail.SmtpClient.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mime.ContentDisposition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mime.ContentType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Mime.ContentType.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebProxy.set_BypassList(System.String[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.DesignerAttribute.DesignerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.EditorAttribute.EditorBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.EditorAttribute.EditorTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.InstallerTypeAttribute.InstallerType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.ServicePointManager.EncryptionPolicy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.BindingList`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.ComponentModel.MaskedTextProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Net.Mail.SmtpClient:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IAdviseSink:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IDataObject:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] + netstandard2.0/System.dll + net7.0/System.dll + + + CP0016 + M:System.Drawing.Color.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.Point.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.PointF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.Rectangle.Bottom:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.Rectangle.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.Rectangle.Left:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.Rectangle.Location:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.Rectangle.Right:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.Rectangle.Size:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.Rectangle.Top:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.RectangleF.Bottom:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.RectangleF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.RectangleF.Left:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.RectangleF.Location:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.RectangleF.Right:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.RectangleF.Size:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.RectangleF.Top:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.Size.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + P:System.Drawing.SizeF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + T:System.Drawing.Color:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + T:System.Drawing.Color:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Drawing.dll + net7.0/System.Drawing.dll + + + CP0016 + M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.Point.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.PointF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.Rectangle.Bottom:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.Rectangle.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.Rectangle.Left:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.Rectangle.Location:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.Rectangle.Right:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.Rectangle.Size:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.Rectangle.Top:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.RectangleF.Bottom:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.RectangleF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.RectangleF.Left:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.RectangleF.Location:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.RectangleF.Right:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.RectangleF.Size:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.RectangleF.Top:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.Size.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + P:System.Drawing.SizeF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Drawing.Primitives.dll + net7.0/System.Drawing.Primitives.dll + + + CP0016 + M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Dynamic.Runtime.dll + net7.0/System.Dynamic.Runtime.dll + + + CP0016 + M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Dynamic.Runtime.dll + net7.0/System.Dynamic.Runtime.dll + + + CP0016 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Dynamic.Runtime.dll + net7.0/System.Dynamic.Runtime.dll + + + CP0016 + T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Dynamic.Runtime.dll + net7.0/System.Dynamic.Runtime.dll + + + CP0016 + M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0016 + M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0016 + M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0016 + M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0016 + M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Globalization.dll + net7.0/System.Globalization.dll + + + CP0016 + F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Globalization.Extensions.dll + net7.0/System.Globalization.Extensions.dll + + + CP0016 + F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Globalization.Extensions.dll + net7.0/System.Globalization.Extensions.dll + + + CP0016 + M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Globalization.Extensions.dll + net7.0/System.Globalization.Extensions.dll + + + CP0016 + M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0016 + M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0016 + M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0016 + M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0016 + M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0016 + M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0016 + M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0016 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0016 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0016 + M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.FileSystem.DriveInfo.dll + net7.0/System.IO.FileSystem.DriveInfo.dll + + + CP0016 + M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.IO.FileSystem.DriveInfo.dll + net7.0/System.IO.FileSystem.DriveInfo.dll + + + CP0016 + P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] + netstandard2.0/System.IO.FileSystem.Watcher.dll + net7.0/System.IO.FileSystem.Watcher.dll + + + CP0016 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.IO.IsolatedStorage.dll + net7.0/System.IO.IsolatedStorage.dll + + + CP0016 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.IO.IsolatedStorage.dll + net7.0/System.IO.IsolatedStorage.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.MemoryMappedFiles.dll + net7.0/System.IO.MemoryMappedFiles.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.MemoryMappedFiles.dll + net7.0/System.IO.MemoryMappedFiles.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.MemoryMappedFiles.dll + net7.0/System.IO.MemoryMappedFiles.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.MemoryMappedFiles.dll + net7.0/System.IO.MemoryMappedFiles.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.MemoryMappedFiles.dll + net7.0/System.IO.MemoryMappedFiles.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.MemoryMappedFiles.dll + net7.0/System.IO.MemoryMappedFiles.dll + + + CP0016 + F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.Pipes.dll + net7.0/System.IO.Pipes.dll + + + CP0016 + M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.Pipes.dll + net7.0/System.IO.Pipes.dll + + + CP0016 + P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.IO.Pipes.dll + net7.0/System.IO.Pipes.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Linq.Expressions.dll + net7.0/System.Linq.Expressions.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0016 + M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0016 + M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.Requests.dll + net7.0/System.Net.Requests.dll + + + CP0016 + T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Security.dll + net7.0/System.Net.Security.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll + + + CP0016 + M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll + + + CP0016 + M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] + netstandard2.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll + + + CP0016 + M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Reflection.Primitives.dll + net7.0/System.Reflection.Primitives.dll + + + CP0016 + M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Resources.ResourceManager.dll + net7.0/System.Resources.ResourceManager.dll + + + CP0016 + M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Resources.ResourceManager.dll + net7.0/System.Resources.ResourceManager.dll + + + CP0016 + P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Resources.ResourceManager.dll + net7.0/System.Resources.ResourceManager.dll + + + CP0016 + F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.IsNullOrEmpty(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.String.IsNullOrWhiteSpace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Environment.Exit(System.Int32):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Environment.FailFast(System.String,System.Exception):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Environment.FailFast(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll + + + CP0016 + M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IAdviseSink:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IBindCtx:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IConnectionPoint:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumConnections:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumString:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IPersistFile:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IRunningObjectTable:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IStream:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeComp:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeInfo:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeInfo2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeLib:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.ITypeLib2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.InteropServices.RuntimeInformation.dll + net7.0/System.Runtime.InteropServices.RuntimeInformation.dll + + + CP0016 + M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll + + + CP0016 + M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Primitives.dll + net7.0/System.Runtime.Serialization.Primitives.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll + + + CP0016 + M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Claims.dll + net7.0/System.Security.Claims.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll + + + CP0016 + F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll + + + CP0016 + M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll + + + CP0016 + M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll + + + CP0016 + M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll + + + CP0016 + M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll + + + CP0016 + M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll + + + CP0016 + M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.Extensions.dll + net7.0/System.Text.Encoding.Extensions.dll + + + CP0016 + M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.Extensions.dll + net7.0/System.Text.Encoding.Extensions.dll + + + CP0016 + M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.Extensions.dll + net7.0/System.Text.Encoding.Extensions.dll + + + CP0016 + M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.Extensions.dll + net7.0/System.Text.Encoding.Extensions.dll + + + CP0016 + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll + + + CP0016 + M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll + + + CP0016 + M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll + + + CP0016 + M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll + + + CP0016 + M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0016 + M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0016 + M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0016 + M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0016 + M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0016 + M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll + + + CP0016 + M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll + + + CP0016 + M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0016 + M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0016 + M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0016 + T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0016 + T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0016 + T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll + + + CP0016 + M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll + + + CP0016 + M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll + + + CP0016 + M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll + + + CP0016 + M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll + + + CP0016 + M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll + + + CP0016 + M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll + + + CP0016 + M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll + + + CP0016 + M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll + + + CP0016 + M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Windows.dll + net7.0/System.Windows.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] + netstandard2.0/System.Windows.dll + net7.0/System.Windows.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaContentProcessing.Lax:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaContentProcessing.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaContentProcessing.Skip:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaContentProcessing.Strict:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.All:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Empty:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Extension:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.List:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Restriction:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Substitution:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaDerivationMethod.Union:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaUse.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaUse.Optional:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaUse.Prohibited:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaUse.Required:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAnnotated.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAnnotation.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAny.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAny.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAnyAttribute.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAppInfo.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.AttributeSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.AttributeType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttribute.Use:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttributeGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttributeGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttributeGroup.RedefinedAttributeGroup:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaAttributeGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexContent.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.AttributeUses:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.AttributeWildcard:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.ContentType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.ContentTypeParticle:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaComplexType.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaContentModel.Content:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaDocumentation.Language:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaDocumentation.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.ElementSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.ElementType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.IsNillable:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaElement.SubstitutionGroup:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaExternal.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaExternal.Schema:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaExternal.SchemaLocation:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaFacet.IsFixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaFacet.Value:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroupBase.Items:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroupRef.Particle:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaIdentityConstraint.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaImport.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaKeyref.Refer:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaNotation.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaNotation.Public:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaNotation.System:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaObject.LineNumber:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaObject.LinePosition:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaObject.Parent:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaObject.SourceUri:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaParticle.MaxOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaParticle.MaxOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaParticle.MinOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaParticle.MinOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaRedefine.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaRedefine.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaRedefine.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.BaseItemType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseMemberTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.BaseSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.BaseXmlSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.Datatype:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.DerivedBy:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.IsMixed:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaType.TypeCode:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaXPath.XPath:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll + + + CP0016 + M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll + + + CP0016 + M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll + + + CP0016 + M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XPath.dll + net7.0/System.Xml.XPath.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XPath.dll + net7.0/System.Xml.XPath.dll + + + CP0016 + M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.XPath.dll + net7.0/System.Xml.XPath.dll + + + CP0017 + M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)$1 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)$1 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Diagnostics.StackFrame.#ctor(System.Boolean)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Diagnostics.StackFrame.#ctor(System.Int32,System.Boolean)$1 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.BufferedStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.BufferedStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Security.Cryptography.MD5CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Security.Cryptography.SHA1Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Security.Cryptography.SHA256Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Security.Cryptography.SHA384Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Security.Cryptography.SHA512Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0017 + M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)$1 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)$1 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Data.DBConcurrencyException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Diagnostics.StackFrame.#ctor(System.Boolean)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Diagnostics.StackFrame.#ctor(System.Int32,System.Boolean)$1 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.BufferedStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.BufferedStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.Read(System.Byte[],System.Int32,System.Int32)$2 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.Write(System.Byte[],System.Int32,System.Int32)$2 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor(System.Byte[],System.Byte[])$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor(System.Byte[],System.Byte[])$1 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor(System.Byte[],System.Byte[])$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor(System.Byte[],System.Byte[])$1 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$1 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$1 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.MD5CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA1Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA256Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA384Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA512Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.StringNormalizationExtensions.IsNormalized(System.String,System.Text.NormalizationForm)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.StringNormalizationExtensions.IsNormalized(System.String)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.StringNormalizationExtensions.Normalize(System.String,System.Text.NormalizationForm)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.StringNormalizationExtensions.Normalize(System.String)$0 + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0 + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0017 + M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0 + netstandard2.0/System.ComponentModel.Primitives.dll + net7.0/System.ComponentModel.Primitives.dll + + + CP0017 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1 + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll + + + CP0017 + M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor(System.Byte[],System.Byte[])$0 + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0017 + M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor(System.Byte[],System.Byte[])$1 + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0017 + M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor(System.Byte[],System.Byte[])$0 + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0017 + M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor(System.Byte[],System.Byte[])$1 + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$0 + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$1 + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$0 + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$1 + netstandard2.0/System.Core.dll + net7.0/System.Core.dll + + + CP0017 + M:System.Data.DBConcurrencyException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)$0 + netstandard2.0/System.Data.dll + net7.0/System.Data.dll + + + CP0017 + M:System.Diagnostics.StackFrame.#ctor(System.Boolean)$0 + netstandard2.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0017 + M:System.Diagnostics.StackFrame.#ctor(System.Int32,System.Boolean)$1 + netstandard2.0/System.Diagnostics.StackTrace.dll + net7.0/System.Diagnostics.StackTrace.dll + + + CP0017 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.IO.Compression.GZipStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.IO.Compression.GZipStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.IO.Compression.GZipStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.IO.Compression.GZipStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.Read(System.Byte[],System.Int32,System.Int32)$2 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.Write(System.Byte[],System.Int32,System.Int32)$2 + netstandard2.0/System.dll + net7.0/System.dll + + + CP0017 + M:System.StringNormalizationExtensions.IsNormalized(System.String,System.Text.NormalizationForm)$0 + netstandard2.0/System.Globalization.Extensions.dll + net7.0/System.Globalization.Extensions.dll + + + CP0017 + M:System.StringNormalizationExtensions.IsNormalized(System.String)$0 + netstandard2.0/System.Globalization.Extensions.dll + net7.0/System.Globalization.Extensions.dll + + + CP0017 + M:System.StringNormalizationExtensions.Normalize(System.String,System.Text.NormalizationForm)$0 + netstandard2.0/System.Globalization.Extensions.dll + net7.0/System.Globalization.Extensions.dll + + + CP0017 + M:System.StringNormalizationExtensions.Normalize(System.String)$0 + netstandard2.0/System.Globalization.Extensions.dll + net7.0/System.Globalization.Extensions.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.IO.Compression.dll + net7.0/System.IO.Compression.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.IO.Compression.dll + net7.0/System.IO.Compression.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.IO.Compression.dll + net7.0/System.IO.Compression.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.IO.Compression.dll + net7.0/System.IO.Compression.dll + + + CP0017 + M:System.IO.Compression.GZipStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.IO.Compression.dll + net7.0/System.IO.Compression.dll + + + CP0017 + M:System.IO.Compression.GZipStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.IO.Compression.dll + net7.0/System.IO.Compression.dll + + + CP0017 + M:System.IO.Compression.GZipStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.IO.Compression.dll + net7.0/System.IO.Compression.dll + + + CP0017 + M:System.IO.Compression.GZipStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.IO.Compression.dll + net7.0/System.IO.Compression.dll + + + CP0017 + M:System.IO.BufferedStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0017 + M:System.IO.BufferedStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.IO.dll + net7.0/System.IO.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll + + + CP0017 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.IO.IsolatedStorage.dll + net7.0/System.IO.IsolatedStorage.dll + + + CP0017 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.0/System.IO.IsolatedStorage.dll + net7.0/System.IO.IsolatedStorage.dll + + + CP0017 + M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 + netstandard2.0/System.Net.dll + net7.0/System.Net.dll + + + CP0017 + M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.Read(System.Byte[],System.Int32,System.Int32)$2 + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.Write(System.Byte[],System.Int32,System.Int32)$2 + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll + + + CP0017 + M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)$1 + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0017 + M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)$1 + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll + + \ No newline at end of file diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml new file mode 100644 index 00000000000000..044e3b88d74c46 --- /dev/null +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml @@ -0,0 +1,19155 @@ + + + + CP0001 + T:System.IntPtr + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0001 + T:System.UIntPtr + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`1.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`10.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`11.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`12.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`13.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`14.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`15.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`16.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`2.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`3.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`4.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`5.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`6.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`7.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`8.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Action`9.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Converter`2.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.EventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`1.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`10.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`11.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`12.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`13.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`14.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`15.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`16.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`17.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`2.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`3.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`4.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`5.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`6.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`7.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`8.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Func`9.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileRead(System.UIntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Read(System.UIntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0002 + M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0006 + M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.get_Name + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.SortKey.get_KeyData + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.SortKey.get_OriginalString + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.Clone + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_ANSICodePage + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_EBCDICCodePage + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_ListSeparator + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_MacCodePage + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.get_OEMCodePage + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.set_ListSeparator(System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.ToLower(System.Char) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.ToLower(System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.Char) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.String) + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.CompareInfo.Name + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.SortKey.KeyData + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.SortKey.OriginalString + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.ANSICodePage + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.EBCDICCodePage + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.ListSeparator + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.MacCodePage + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0012 + P:System.Globalization.TextInfo.OEMCodePage + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + 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 + + + CP0016 + E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.TransmitFileOptions.UseKernelApc:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.TransmitFileOptions.UseSystemThread:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Net.Sockets.TransmitFileOptions.WriteBehind:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Reflection.TypeDelegator.typeImpl:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.ExecuteAssembly(System.String,System.String[],System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.ExecuteAssembly(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.ExecuteAssembly(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.AppDomain.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ApplicationId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Buffers.StandardFormat.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.CollectionExtensions.Remove``2(System.Collections.Generic.IDictionary{``0,``1},``0,``1@)$2:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.Dictionary`2.Remove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.HashSet`1.TryGetValue(`0,`0@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.Queue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.Queue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.SortedSet`1.TryGetValue(`0,`0@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.Stack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Generic.Stack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.ObjectModel.KeyedCollection`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BindingList`1.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DataObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DataObjectFieldAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DataObjectMethodAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.CommandID.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.get_Properties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.IBindingListView.set_Filter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MaskedTextProvider.Clone:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.set_FillLoadOption(System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.String,System.String,System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$3:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.set_DataSetColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMapping.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataColumnMappingCollection.GetDataColumn(System.Data.Common.DataColumnMappingCollection,System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataTableMapping.GetDataColumn(System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataTableMapping.set_DataSetTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DataTableMapping.set_SourceTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_CatalogSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_QuotePrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_QuoteSuffix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbCommandBuilder.set_SchemaSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.Data.IDbCommand,System.String,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDbCommand,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataTable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbProviderFactories.GetFactory(System.Data.DataRow):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Common.DbProviderFactories.TryGetFactory(System.String,System.Data.Common.DbProviderFactory@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.Constraint.set_ConstraintName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Caption(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_ColumnName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_DataType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_DefaultValue(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Expression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Expression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumn.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataColumnCollection.Add(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRelation.set_RelationName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRow.set_Item(System.Data.DataColumn,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRow.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRow.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRow.set_RowError(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRowView.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataRowView.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.GetXml:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.GetXmlSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.IO.Stream,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.IO.TextReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.InferXmlSchema(System.Xml.XmlReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.Stream,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.TextReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.String,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.Xml.XmlReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.String,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataView.#ctor(System.Data.DataTable,System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataView.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataView.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewManager.set_DataSet(System.Data.DataSet)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewManager.set_DataViewSettingCollectionString(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewSetting.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewSetting.set_RowFilter(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewSetting.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DataViewSettingCollection.set_Item(System.Int32,System.Data.DataViewSetting)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.DBConcurrencyException.set_Row(System.Data.DataRow)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.ForeignKeyConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlBinary.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlBoolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlDateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlDecimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlDouble.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlGuid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlMoney.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlSingle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.SqlTypes.SqlString.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.TypedTableBase`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Data.UniqueConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.SymbolStore.SymbolToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.Color.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Drawing.SizeFConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.SortKey.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.SortVersion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Index.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Memory`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.GetRuntimeFieldHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.GetRuntimeMethodHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.GetRuntimeTypeHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveFieldHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveFieldHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveMethodHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveMethodHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveTypeHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ModuleHandle.ResolveTypeHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.FtpWebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.FtpWebRequest.set_RenameTo(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.GlobalProxySelection.set_Select(System.Net.IWebProxy)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListener.set_ExtendedProtectionSelectorDelegate(System.Net.HttpListener.ExtendedProtectionSelector)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_EntityBody(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_HeaderWait(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_MinSendBytesPerSecond(System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.HttpListenerTimeoutManager.set_RequestQueue(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.ReadOnlySpan{System.Char},System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.AttachmentBase.set_ContentId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_Body(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_From(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_Sender(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.MailMessage.set_Subject(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mail.SmtpClient.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mime.ContentDisposition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mime.ContentType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Mime.ContentType.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Security.SslApplicationProtocol.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebProxy.set_BypassList(System.String[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Matrix3x2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Matrix4x4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Plane.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Quaternion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Range.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ReadOnlyMemory`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetForwardedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.DispatchProxy.Create``2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.DispatchProxy.Create``2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.CreateTypeInfo->System.Reflection.TypeInfo:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.GenericTypeParameterBuilder.SetBaseTypeConstraint(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.ILGenerator.ThrowException(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.Label.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod(System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.AddInterfaceImplementation(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.CreateType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.CreateTypeInfo->System.Reflection.TypeInfo:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Emit.TypeBuilder.SetParent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.IReflect.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeDelegator.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.RuntimeHelpers.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetComObjectData(System.Object,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetIDispatchForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SetComObjectData(System.Object,System.Object,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.MemoryMarshal.TryGetMemoryManager``2(System.ReadOnlyMemory{``0},``1@,System.Int32@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.MemoryMarshal.TryGetMemoryManager``2(System.ReadOnlyMemory{``0},``1@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.MemoryMarshal.TryGetString(System.ReadOnlyMemory{System.Char},System.String@,System.Int32@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.SequenceMarshal.TryGetReadOnlySequenceSegment``1(System.Buffers.ReadOnlySequence{``0},System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@,System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.SequenceMarshal.TryGetReadOnlySequenceSegment``1(System.Buffers.ReadOnlySequence{``0},System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@,System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + 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] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.AddAlgorithm(System.Type,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.AddOID(System.String,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.EncodeOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptoConfig.MapNameToOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDiffieHellman.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PasswordDeriveBytes.set_HashName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.PKCS1MaskGenerationMethod.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RC2.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RC2CryptoServiceProvider.set_UseSalt(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.Rijndael.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SignatureDescription.CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SignatureDescription.CreateDigest:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SignatureDescription.CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.SequencePosition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.EncodingInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.AsyncFlowControl.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Object@,System.Func{``0})$1:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.LockCookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.RestoreLock(System.Threading.LockCookie@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.ValueTask.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Int32,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Int32,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethodImpl(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Version.TryParse(System.ReadOnlySpan{System.Char},System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.DesignerAttribute.DesignerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.EditorAttribute.EditorBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.EditorAttribute.EditorTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.InstallerTypeAttribute.InstallerType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.DangerousAcceptAnyServerCertificateValidator:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.ServicePointManager.EncryptionPolicy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.RemoteCertificateValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Security.Cryptography.DSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.BindingList`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.DesignerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ComponentModel.MaskedTextProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DataAdapter:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DataTableMappingCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.ConstraintCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataColumn:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataColumn:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataColumnCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataRelation:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataRelationCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataSet:[T:System.ComponentModel.DesignerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataSet:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataSet:[T:System.Xml.Serialization.XmlRootAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataTableCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataView:[T:System.ComponentModel.DesignerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataView:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataViewManager:[T:System.ComponentModel.DesignerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataViewRowState:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.DataViewSettingCollection:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.ForeignKeyConstraint:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Data.UniqueConstraint:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Tracing.DiagnosticCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Tracing.IncrementingEventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Tracing.IncrementingPollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Diagnostics.Tracing.PollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Color:[T:System.ComponentModel.EditorAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Color:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Net.Mail.SmtpClient:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.CompilerServices.DiscardableAttribute:[T:System.AttributeUsageAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IDataObject:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.AesCcm:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.AesGcm:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.RSAPKCS1SignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.RSAPKCS1SignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Security.Cryptography.X509Certificates.DSACertificateExtensions:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Diagnostics.StackFrame.#ctor(System.Boolean)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Diagnostics.StackFrame.#ctor(System.Int32,System.Boolean)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.BufferedStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.BufferedStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.DeflateStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.Compression.GZipStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.MemoryStream.Read(System.Span{System.Byte})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.MemoryStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.MemoryStream.Write(System.ReadOnlySpan{System.Byte})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.MemoryStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.UnmanagedMemoryStream.Read(System.Span{System.Byte})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.IO.UnmanagedMemoryStream.Write(System.ReadOnlySpan{System.Byte})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.IPAddress.Parse(System.ReadOnlySpan{System.Char})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.IPAddress.TryParse(System.ReadOnlySpan{System.Char},System.Net.IPAddress@)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.Read(System.Byte[],System.Int32,System.Int32)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.Write(System.Byte[],System.Int32,System.Int32)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Net.Sockets.NetworkStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Double},System.Numerics.Vector{System.Double})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Double},System.Numerics.Vector{System.Double})$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int16},System.Numerics.Vector{System.Int16})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int16},System.Numerics.Vector{System.Int16})$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int32},System.Numerics.Vector{System.Int32})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int32},System.Numerics.Vector{System.Int32})$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int64},System.Numerics.Vector{System.Int64})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int64},System.Numerics.Vector{System.Int64})$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt16},System.Numerics.Vector{System.UInt16})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt16},System.Numerics.Vector{System.UInt16})$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt32},System.Numerics.Vector{System.UInt32})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt32},System.Numerics.Vector{System.UInt32})$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt64},System.Numerics.Vector{System.UInt64})$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt64},System.Numerics.Vector{System.UInt64})$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Byte},System.Numerics.Vector{System.UInt16}@,System.Numerics.Vector{System.UInt16}@)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Byte},System.Numerics.Vector{System.UInt16}@,System.Numerics.Vector{System.UInt16}@)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Int16},System.Numerics.Vector{System.Int32}@,System.Numerics.Vector{System.Int32}@)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Int16},System.Numerics.Vector{System.Int32}@,System.Numerics.Vector{System.Int32}@)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Int32},System.Numerics.Vector{System.Int64}@,System.Numerics.Vector{System.Int64}@)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Int32},System.Numerics.Vector{System.Int64}@,System.Numerics.Vector{System.Int64}@)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.SByte},System.Numerics.Vector{System.Int16}@,System.Numerics.Vector{System.Int16}@)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.SByte},System.Numerics.Vector{System.Int16}@,System.Numerics.Vector{System.Int16}@)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Single},System.Numerics.Vector{System.Double}@,System.Numerics.Vector{System.Double}@)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Single},System.Numerics.Vector{System.Double}@,System.Numerics.Vector{System.Double}@)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.UInt16},System.Numerics.Vector{System.UInt32}@,System.Numerics.Vector{System.UInt32}@)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.UInt16},System.Numerics.Vector{System.UInt32}@,System.Numerics.Vector{System.UInt32}@)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.UInt32},System.Numerics.Vector{System.UInt64}@,System.Numerics.Vector{System.UInt64}@)$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.UInt32},System.Numerics.Vector{System.UInt64}@,System.Numerics.Vector{System.UInt64}@)$2 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$1 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.MD5CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA1Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA256Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA384Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.Security.Cryptography.SHA512Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.StringNormalizationExtensions.IsNormalized(System.String,System.Text.NormalizationForm)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.StringNormalizationExtensions.IsNormalized(System.String)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.StringNormalizationExtensions.Normalize(System.String,System.Text.NormalizationForm)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + + CP0017 + M:System.StringNormalizationExtensions.Normalize(System.String)$0 + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + + \ No newline at end of file From a9d6da5f57d10baf6fffb93b4e648ac72048012a Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 30 Aug 2022 16:26:16 +0200 Subject: [PATCH 17/45] Update ApiCompat.proj --- src/libraries/apicompat/ApiCompat.proj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj index 11ae9f36f0932f..90aef4cb1500e6 100644 --- a/src/libraries/apicompat/ApiCompat.proj +++ b/src/libraries/apicompat/ApiCompat.proj @@ -60,7 +60,7 @@ RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> - + RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> - + RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> Date: Wed, 31 Aug 2022 12:14:31 +0200 Subject: [PATCH 18/45] Clean-up suppression files with nint/IntPtr fix --- .../src/CompatibilitySuppressions.xml | 9 - .../src/CompatibilitySuppressions.xml | 9 - .../src/CompatibilitySuppressions.xml | 6 - .../src/CompatibilitySuppressions.xml | 7 - .../src/CompatibilitySuppressions.xml | 6 - .../src/CompatibilitySuppressions.xml | 57 - .../src/CompatibilitySuppressions.xml | 39 - .../src/CompatibilitySuppressions.xml | 15 - .../src/CompatibilitySuppressions.xml | 9 - .../src/CompatibilitySuppressions.xml | 9 - .../src/CompatibilitySuppressions.xml | 75 - .../src/CompatibilitySuppressions.xml | 48 +- .../src/CompatibilitySuppressions.xml | 21 - .../src/CompatibilitySuppressions.xml | 27 - .../src/CompatibilitySuppressions.xml | 6 - .../src/CompatibilitySuppressions.xml | 15 - .../src/CompatibilitySuppressions.xml | 9 - .../src/CompatibilitySuppressions.xml | 33 - .../src/CompatibilitySuppressions.xml | 18 - .../src/CompatibilitySuppressions.xml | 800 - .../src/CompatibilitySuppressions.xml | 12 - .../src/CompatibilitySuppressions.xml | 42 - .../src/CompatibilitySuppressions.xml | 21 - .../src/CompatibilitySuppressions.xml | 288 - .../src/CompatibilitySuppressions.xml | 2 + .../src/CompatibilitySuppressions.xml | 45 - .../src/CompatibilitySuppressions.xml | 24 - .../src/CompatibilitySuppressions.xml | 108 - .../src/CompatibilitySuppressions.xml | 9 - .../src/CompatibilitySuppressions.xml | 15 - .../src/CompatibilitySuppressions.xml | 21 - .../src/CompatibilitySuppressions.xml | 24 - .../src/CompatibilitySuppressions.xml | 12 - .../src/CompatibilitySuppressions.xml | 48 - .../src/CompatibilitySuppressions.xml | 114 - .../src/CompatibilitySuppressions.xml | 132 - .../src/CompatibilitySuppressions.xml | 246 - .../src/CompatibilitySuppressions.xml | 960 - .../src/CompatibilitySuppressions.xml | 114 - .../src/CompatibilitySuppressions.xml | 20 - .../src/CompatibilitySuppressions.xml | 45 - .../src/CompatibilitySuppressions.xml | 75 - .../src/CompatibilitySuppressions.xml | 16 - .../src/CompatibilitySuppressions.xml | 1 - src/libraries/apicompat/ApiCompat.proj | 3 - ...iCompatBaseline.NetCoreAppLatestStable.xml | 9174 +-------- .../ApiCompatBaseline.netstandard2.0.xml | 17124 +++++----------- .../ApiCompatBaseline.netstandard2.1.xml | 8580 +++----- 48 files changed, 9601 insertions(+), 28892 deletions(-) delete mode 100644 src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/Microsoft.NET.WebAssembly.Threading/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/Microsoft.Win32.SystemEvents/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.AppContext/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.ComponentModel.Composition/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Composition.Hosting/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Diagnostics.DiagnosticSource/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Diagnostics.PerformanceCounter/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.DirectoryServices.Protocols/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.IO.Ports/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Management/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Reflection/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Resources.ResourceManager/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Runtime.Caching/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Speech/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml diff --git a/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CompatibilitySuppressions.xml deleted file mode 100644 index 3b52b355d93290..00000000000000 --- a/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0002 - M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll - lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/CompatibilitySuppressions.xml deleted file mode 100644 index 351221bb28d4aa..00000000000000 --- a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0002 - M:Microsoft.Extensions.DependencyInjection.ObjectFactory.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll - lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml index 50cdac7137431a..6a0423a4431c84 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml @@ -14,12 +14,6 @@ lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll true - - CP0002 - M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - lib/net7.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - 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}) diff --git a/src/libraries/Microsoft.NET.WebAssembly.Threading/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.NET.WebAssembly.Threading/src/CompatibilitySuppressions.xml deleted file mode 100644 index 32cb9a1313faea..00000000000000 --- a/src/libraries/Microsoft.NET.WebAssembly.Threading/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - PKV004 - net7.0 - - \ No newline at end of file diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml index 9b274d233ec9c9..130df3f2a01ee5 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml @@ -1,11 +1,5 @@  - - CP0002 - M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - CP0002 M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose 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 f41d235839d416..00000000000000 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - CP0002 - M:Microsoft.Win32.PowerModeChangedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - - CP0002 - M:Microsoft.Win32.SessionEndedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - - CP0002 - M:Microsoft.Win32.SessionEndingEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - - CP0002 - M:Microsoft.Win32.SessionSwitchEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - - CP0002 - M:Microsoft.Win32.SystemEvents.KillTimer(System.IntPtr) - lib/net6.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - - CP0002 - M:Microsoft.Win32.TimerElapsedEventArgs.#ctor(System.IntPtr) - lib/net6.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - - CP0002 - M:Microsoft.Win32.TimerElapsedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - - CP0002 - M:Microsoft.Win32.UserPreferenceChangedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - - CP0002 - M:Microsoft.Win32.UserPreferenceChangingEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - \ No newline at end of file diff --git a/src/libraries/System.AppContext/src/CompatibilitySuppressions.xml b/src/libraries/System.AppContext/src/CompatibilitySuppressions.xml deleted file mode 100644 index f075818b5cb36d..00000000000000 --- a/src/libraries/System.AppContext/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - CP0002 - M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.AppContext.dll - lib/net7.0/System.AppContext.dll - - - CP0002 - M:System.AppContext.add_ProcessExit(System.EventHandler) - ref/net7.0/System.AppContext.dll - lib/net7.0/System.AppContext.dll - - - CP0002 - M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.AppContext.dll - lib/net7.0/System.AppContext.dll - - - CP0002 - M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.AppContext.dll - lib/net7.0/System.AppContext.dll - - - CP0002 - M:System.AppContext.remove_ProcessExit(System.EventHandler) - ref/net7.0/System.AppContext.dll - lib/net7.0/System.AppContext.dll - - - CP0002 - M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.AppContext.dll - lib/net7.0/System.AppContext.dll - - \ No newline at end of file diff --git a/src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml b/src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml deleted file mode 100644 index b755bb33f2cdf3..00000000000000 --- a/src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - CP0002 - M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@) - lib/net6.0/System.CodeDom.dll - lib/net7.0/System.CodeDom.dll - - - CP0002 - M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@) - lib/net6.0/System.CodeDom.dll - lib/net7.0/System.CodeDom.dll - - \ No newline at end of file diff --git a/src/libraries/System.ComponentModel.Composition/src/CompatibilitySuppressions.xml b/src/libraries/System.ComponentModel.Composition/src/CompatibilitySuppressions.xml deleted file mode 100644 index dadd698d248bec..00000000000000 --- a/src/libraries/System.ComponentModel.Composition/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0016 - T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - lib/netstandard2.0/System.ComponentModel.Composition.dll - lib/net6.0/System.ComponentModel.Composition.dll - - \ No newline at end of file diff --git a/src/libraries/System.Composition.Hosting/src/CompatibilitySuppressions.xml b/src/libraries/System.Composition.Hosting/src/CompatibilitySuppressions.xml deleted file mode 100644 index e358a0e72439b5..00000000000000 --- a/src/libraries/System.Composition.Hosting/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0002 - M:System.Composition.Hosting.Core.CompositeActivator.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Composition.Hosting.dll - lib/net7.0/System.Composition.Hosting.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 deleted file mode 100644 index d3401e27334abf..00000000000000 --- a/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - CP0002 - M:System.Configuration.Internal.InternalConfigEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.Internal.StreamChangeCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.SettingChangingEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.SettingsLoadedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.SettingsSavingEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.ValidatorCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.Internal.DelegatingConfigHost.get_HasLocalConfig - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/net462/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.Internal.DelegatingConfigHost.get_HasRoamingConfig - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/net462/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.Internal.DelegatingConfigHost.get_IsAppConfigHttp - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/net462/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.Internal.DelegatingConfigHost.RefreshConfigPaths - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/net462/System.Configuration.ConfigurationManager.dll - - - CP0002 - M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/net462/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/net462/System.Configuration.ConfigurationManager.dll - - \ No newline at end of file diff --git a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml index 685417b7f46201..e441ed9e8cab7c 100644 --- a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml @@ -3,46 +3,68 @@ CP0001 T:System.Data.Odbc.ODBC32 + lib/netcoreapp3.1/System.Data.Odbc.dll + lib/netstandard2.0/System.Data.Odbc.dll + true CP0001 T:System.Data.Odbc.ODBC32 - true + ref/net6.0/System.Data.Odbc.dll + runtimes/osx/lib/net6.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 CP0002 M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net6.0/System.Data.Odbc.dll + runtimes/win/lib/net6.0/System.Data.Odbc.dll CP0002 M:System.Data.Odbc.OdbcParameter.get_Offset - true + lib/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) + lib/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) - true + 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.OdbcInfoMessageEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Data.Odbc.dll - lib/net7.0/System.Data.Odbc.dll + 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.OdbcRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Data.Odbc.dll - lib/net7.0/System.Data.Odbc.dll + 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.OdbcRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Data.Odbc.dll - lib/net7.0/System.Data.Odbc.dll + 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 \ No newline at end of file diff --git a/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml deleted file mode 100644 index 19a4947b8f7bef..00000000000000 --- a/src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - CP0002 - M:System.Data.OleDb.OleDbInfoMessageEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Data.OleDb.dll - lib/net7.0/System.Data.OleDb.dll - - - CP0002 - M:System.Data.OleDb.OleDbRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Data.OleDb.dll - lib/net7.0/System.Data.OleDb.dll - - - CP0002 - M:System.Data.OleDb.OleDbRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Data.OleDb.dll - lib/net7.0/System.Data.OleDb.dll - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.DiagnosticSource/src/CompatibilitySuppressions.xml deleted file mode 100644 index fa1b8e18d4ba2f..00000000000000 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - CP0002 - M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Diagnostics.DiagnosticSource.dll - lib/net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0002 - M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Diagnostics.DiagnosticSource.dll - lib/net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0002 - M:System.Diagnostics.Metrics.MeasurementCallback`1.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Diagnostics.DiagnosticSource.dll - lib/net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0002 - M:System.Diagnostics.SampleActivity`1.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Diagnostics.DiagnosticSource.dll - lib/net7.0/System.Diagnostics.DiagnosticSource.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 index 4d6ee6946f3e48..7119f9c5011087 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml @@ -1,11 +1,5 @@  - - CP0002 - M:System.Diagnostics.EntryWrittenEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Diagnostics.EventLog.dll - lib/net7.0/System.Diagnostics.EventLog.dll - CP0004 System.Diagnostics.EventLog.Messages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 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 536f709eb9a6a9..00000000000000 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - CP0002 - M:System.Diagnostics.ICollectData.CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@) - lib/net6.0/System.Diagnostics.PerformanceCounter.dll - lib/net7.0/System.Diagnostics.PerformanceCounter.dll - - - CP0006 - M:System.Diagnostics.ICollectData.CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@) - lib/net6.0/System.Diagnostics.PerformanceCounter.dll - lib/net7.0/System.Diagnostics.PerformanceCounter.dll - - \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.xml deleted file mode 100644 index c8dcd7df03e49d..00000000000000 --- a/src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0002 - M:System.Diagnostics.Tracing.EventCounter.Flush - 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.DirectoryServices.Protocols/src/CompatibilitySuppressions.xml b/src/libraries/System.DirectoryServices.Protocols/src/CompatibilitySuppressions.xml deleted file mode 100644 index 0eedfcc415e06a..00000000000000 --- a/src/libraries/System.DirectoryServices.Protocols/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - CP0002 - M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.DirectoryServices.Protocols.dll - lib/net7.0/System.DirectoryServices.Protocols.dll - - - CP0002 - M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.DirectoryServices.Protocols.dll - lib/net7.0/System.DirectoryServices.Protocols.dll - - - CP0002 - M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.DirectoryServices.Protocols.dll - lib/net7.0/System.DirectoryServices.Protocols.dll - - - CP0002 - M:System.DirectoryServices.Protocols.QueryForConnectionCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.DirectoryServices.Protocols.dll - lib/net7.0/System.DirectoryServices.Protocols.dll - - - CP0002 - M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.DirectoryServices.Protocols.dll - lib/net7.0/System.DirectoryServices.Protocols.dll - - \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml b/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml index 8569fa1cb0d658..79f03c10680b59 100644 --- a/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml @@ -1,23 +1,5 @@  - - CP0002 - M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.DirectoryServices.dll - lib/net7.0/System.DirectoryServices.dll - - - CP0015 - T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] - lib/net6.0/System.DirectoryServices.dll - runtimes/win/lib/net6.0/System.DirectoryServices.dll - - - CP0015 - T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] - lib/net7.0/System.DirectoryServices.dll - runtimes/win/lib/net7.0/System.DirectoryServices.dll - CP0015 T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] diff --git a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml index 6ff935368f74a9..9cbbea8e5e83ac 100644 --- a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml @@ -1,671 +1,5 @@  - - CP0001 - T:System.Drawing.FontConverter - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0001 - T:System.Drawing.IconConverter - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0001 - T:System.Drawing.ImageConverter - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0001 - T:System.Drawing.ImageFormatConverter - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0001 - T:System.Drawing.Printing.MarginsConverter - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Bitmap.FromHicon(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Bitmap.FromResource(System.IntPtr,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Brush.SetNativeBrush(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.BufferedGraphics.Render(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.BufferedGraphicsContext.Allocate(System.IntPtr,System.Drawing.Rectangle) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Font.FromHdc(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Font.FromHfont(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Font.FromLogFont(System.Object,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.DrawImageAbort.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.DrawImageAbort.BeginInvoke(System.IntPtr,System.AsyncCallback,System.Object) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.DrawImageAbort.Invoke(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafileProc.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafileProc.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback,System.AsyncCallback,System.Object) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.EnumerateMetafileProc.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.FromHdc(System.IntPtr,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.FromHdc(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.FromHdcInternal(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.FromHwnd(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.FromHwndInternal(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.ReleaseHdc(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Graphics.ReleaseHdcInternal(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Icon.FromHandle(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Image.FromHbitmap(System.IntPtr,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Image.FromHbitmap(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Image.GetThumbnailImageAbort.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Drawing.Imaging.EncoderParameterValueType,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Boolean) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader,System.Boolean) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.String) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.PlayRecordCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.PlayRecordCallback.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.AsyncCallback,System.Object) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Imaging.PlayRecordCallback.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Printing.PageSettings.CopyToHdevmode(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Printing.PageSettings.SetHdevmode(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Printing.PrinterSettings.SetHdevmode(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Printing.PrinterSettings.SetHdevnames(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Printing.PrintEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Printing.PrintPageEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Printing.QueryPageSettingsEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Region.FromHrgn(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Region.ReleaseHrgn(System.IntPtr) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Text.PrivateFontCollection.AddMemoryFont(System.IntPtr,System.Int32) - lib/net6.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - CP0002 M:System.Drawing.Drawing2D.Matrix.#ctor(System.Numerics.Matrix3x2) @@ -715,138 +49,4 @@ lib/netstandard2.0/System.Drawing.Common.dll true - - CP0002 - F:System.Drawing.Imaging.Encoder.ColorSpace - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0002 - F:System.Drawing.Imaging.Encoder.ImageItems - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0002 - F:System.Drawing.Imaging.Encoder.SaveAsCmyk - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0002 - F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypePointer - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0002 - M:System.Drawing.Drawing2D.Matrix.#ctor(System.Numerics.Matrix3x2) - runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Drawing2D.Matrix.get_MatrixElements - runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Drawing2D.Matrix.set_MatrixElements(System.Numerics.Matrix3x2) - runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Graphics.get_TransformElements - runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@,System.Drawing.Region@) - runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@) - runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Graphics.set_TransformElements(System.Numerics.Matrix3x2) - runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Drawing2D.Matrix.#ctor(System.Numerics.Matrix3x2) - runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Drawing2D.Matrix.get_MatrixElements - runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Drawing2D.Matrix.set_MatrixElements(System.Numerics.Matrix3x2) - runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Graphics.get_TransformElements - runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@,System.Drawing.Region@) - runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@) - runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0002 - M:System.Drawing.Graphics.set_TransformElements(System.Numerics.Matrix3x2) - runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll - lib/netstandard2.0/System.Drawing.Common.dll - true - - - CP0016 - M:System.Drawing.Graphics.GetContextInfo:[T:System.ComponentModel.EditorBrowsableAttribute] - lib/netstandard2.0/System.Drawing.Common.dll - lib/net462/System.Drawing.Common.dll - - - CP0016 - M:System.Drawing.Graphics.GetContextInfo:[T:System.ObsoleteAttribute] - 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 index c3604e2e43b0b3..36b65ef2018747 100644 --- a/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml @@ -6,16 +6,4 @@ 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.Pipes/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml index 25ec7c04b7a9ff..fcc02f40486259 100644 --- a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml @@ -42,46 +42,4 @@ ref/net7.0/System.IO.Pipes.dll runtimes/unix/lib/net7.0/System.IO.Pipes.dll - - 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.Ports/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Ports/src/CompatibilitySuppressions.xml deleted file mode 100644 index 63bae74d6ede39..00000000000000 --- a/src/libraries/System.IO.Ports/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - CP0002 - M:System.IO.Ports.SerialDataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.IO.Ports.dll - lib/net7.0/System.IO.Ports.dll - - - CP0002 - M:System.IO.Ports.SerialErrorReceivedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.IO.Ports.dll - lib/net7.0/System.IO.Ports.dll - - - CP0002 - M:System.IO.Ports.SerialPinChangedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.IO.Ports.dll - lib/net7.0/System.IO.Ports.dll - - \ No newline at end of file diff --git a/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml index 59afdc8f054cda..f42297436060b4 100644 --- a/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml @@ -1,53 +1,5 @@  - - 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 @@ -72,174 +24,6 @@ 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 @@ -312,76 +96,4 @@ 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 - \ No newline at end of file diff --git a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml index ff3c16c87b36b5..f1b8aaaeffdebb 100644 --- a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml @@ -3,5 +3,7 @@ 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.Management/src/CompatibilitySuppressions.xml b/src/libraries/System.Management/src/CompatibilitySuppressions.xml deleted file mode 100644 index 75f1cb64ce5307..00000000000000 --- a/src/libraries/System.Management/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - CP0002 - M:System.Management.CompletedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Management.dll - lib/net7.0/System.Management.dll - - - CP0002 - M:System.Management.EventArrivedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Management.dll - lib/net7.0/System.Management.dll - - - CP0002 - M:System.Management.ManagementBaseObject.op_Explicit(System.Management.ManagementBaseObject)~System.IntPtr - lib/net6.0/System.Management.dll - lib/net7.0/System.Management.dll - - - CP0002 - M:System.Management.ObjectPutEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Management.dll - lib/net7.0/System.Management.dll - - - CP0002 - M:System.Management.ObjectReadyEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Management.dll - lib/net7.0/System.Management.dll - - - CP0002 - M:System.Management.ProgressEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Management.dll - lib/net7.0/System.Management.dll - - - CP0002 - M:System.Management.StoppedEventHandler.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Management.dll - lib/net7.0/System.Management.dll - - \ No newline at end of file diff --git a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml index 70214f2961c344..f0509a33a1e81f 100644 --- a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml @@ -12,28 +12,4 @@ 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.Security/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml index 9ce2b974202325..f48f7674039066 100644 --- a/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml @@ -1,95 +1,5 @@  - - 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 @@ -108,22 +18,4 @@ 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.Reflection/src/CompatibilitySuppressions.xml b/src/libraries/System.Reflection/src/CompatibilitySuppressions.xml deleted file mode 100644 index e17e15b5b3583b..00000000000000 --- a/src/libraries/System.Reflection/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0002 - M:System.Reflection.Module.GetModuleHandleImpl - ref/net7.0/System.Reflection.dll - lib/net7.0/System.Reflection.dll - - \ No newline at end of file diff --git a/src/libraries/System.Resources.ResourceManager/src/CompatibilitySuppressions.xml b/src/libraries/System.Resources.ResourceManager/src/CompatibilitySuppressions.xml deleted file mode 100644 index 65e05882a2a8e0..00000000000000 --- a/src/libraries/System.Resources.ResourceManager/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - CP0002 - F:System.Resources.ResourceManager.BaseNameField - ref/net7.0/System.Resources.ResourceManager.dll - lib/net7.0/System.Resources.ResourceManager.dll - - - CP0002 - F:System.Resources.ResourceSet.Reader - ref/net7.0/System.Resources.ResourceManager.dll - lib/net7.0/System.Resources.ResourceManager.dll - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Caching/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Caching/src/CompatibilitySuppressions.xml deleted file mode 100644 index 531ad4f0383c7f..00000000000000 --- a/src/libraries/System.Runtime.Caching/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - CP0002 - M:System.Runtime.Caching.CacheEntryRemovedCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Runtime.Caching.dll - lib/net7.0/System.Runtime.Caching.dll - - - CP0002 - M:System.Runtime.Caching.CacheEntryUpdateCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Runtime.Caching.dll - lib/net7.0/System.Runtime.Caching.dll - - - CP0002 - M:System.Runtime.Caching.OnChangedCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.Runtime.Caching.dll - lib/net7.0/System.Runtime.Caching.dll - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml index 00ffebbf9877d0..cc4d61f31ede3d 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/src/CompatibilitySuppressions.xml @@ -1,17 +1,5 @@  - - CP0001 - T:System.Runtime.InteropServices.JavaScript.JSException - ref/net7.0/System.Runtime.InteropServices.JavaScript.dll - lib/net7.0/System.Runtime.InteropServices.JavaScript.dll - - - CP0001 - T:System.Runtime.InteropServices.JavaScript.JSObject - ref/net7.0/System.Runtime.InteropServices.JavaScript.dll - lib/net7.0/System.Runtime.InteropServices.JavaScript.dll - CP0001 T:System.Runtime.InteropServices.JavaScript.Array @@ -36,18 +24,6 @@ ref/net7.0/System.Runtime.InteropServices.JavaScript.dll runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll - - CP0001 - T:System.Runtime.InteropServices.JavaScript.JSException - ref/net7.0/System.Runtime.InteropServices.JavaScript.dll - runtimes/browser/lib/net7.0/System.Runtime.InteropServices.JavaScript.dll - - - CP0001 - T:System.Runtime.InteropServices.JavaScript.JSObject - 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 diff --git a/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml index 6d517d37a88aea..5b4d231959ceac 100644 --- a/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml @@ -36,16 +36,4 @@ ref/net7.0/System.Runtime.InteropServices.dll lib/net7.0/System.Runtime.InteropServices.dll - - CP0001 - T:System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute - ref/net7.0/System.Runtime.InteropServices.dll - lib/net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor - 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.Serialization.Formatters/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml index 488a3a4dc80ba1..1d3b597935b1c3 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml @@ -1,17 +1,5 @@  - - 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 @@ -24,40 +12,4 @@ 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/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml index 0bb5c9012d0f59..7524892c3341b9 100644 --- a/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime/src/CompatibilitySuppressions.xml @@ -1,129 +1,15 @@  - - CP0002 - F:System.Resources.ResourceManager.BaseNameField - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - F:System.Resources.ResourceSet.Reader - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.AppContext.add_ProcessExit(System.EventHandler) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.AppContext.remove_ProcessExit(System.EventHandler) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - CP0002 M:System.Diagnostics.Debug.SetProvider(System.Diagnostics.DebugProvider) ref/net7.0/System.Runtime.dll lib/net7.0/System.Runtime.dll - - CP0002 - M:System.Environment.FailFast(System.String,System.Exception,System.String) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.Reflection.Module.GetModuleHandleImpl - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress - 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 - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0002 - M:System.WeakReference.#ctor - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0013 - M:System.IO.FileSystemInfo.get_Exists - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0013 - M:System.IO.FileSystemInfo.get_Name - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0013 - P:System.IO.FileSystemInfo.Exists - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.dll - - - CP0013 - P:System.IO.FileSystemInfo.Name - ref/net7.0/System.Runtime.dll - lib/net7.0/System.Runtime.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 5a07e17d5150c5..c97aeecb969b96 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml @@ -1,107 +1,5 @@  - - 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/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.RSA,System.Security.Cryptography.RSASignaturePadding) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/net462/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.CmsSigner.get_PrivateKey - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/net462/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.CmsSigner.get_SignaturePadding - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/net462/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/net462/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.CmsSigner.set_SignaturePadding(System.Security.Cryptography.RSASignaturePadding) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/net462/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/net462/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/net462/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/net462/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/net462/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/net462/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/net462/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/net462/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.SignerInfo.get_SignatureAlgorithm - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/net462/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/net462/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/net462/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/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) @@ -306,34 +204,4 @@ 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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/System.Security.Cryptography.Pkcs.dll - - - CP0016 - M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters):[T:System.ObsoleteAttribute] - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll - lib/net6.0/System.Security.Cryptography.Pkcs.dll - - - CP0016 - M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature:[T:System.ObsoleteAttribute] - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll - lib/net6.0/System.Security.Cryptography.Pkcs.dll - \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml index b90c778f39c485..f2ae237bb6023f 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml @@ -1,251 +1,5 @@  - - CP0001 - T:System.Security.Cryptography.Xml.CipherData - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.CipherReference - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.DataObject - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.DataReference - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.DSAKeyValue - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.EncryptedData - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.EncryptedKey - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.EncryptedReference - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.EncryptedType - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.EncryptedXml - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.EncryptionMethod - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.EncryptionProperty - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.EncryptionPropertyCollection - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.IRelDecryptor - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.KeyInfo - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.KeyInfoClause - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.KeyInfoName - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.KeyInfoNode - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.KeyInfoX509Data - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.KeyReference - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.Reference - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.ReferenceList - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.RSAKeyValue - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.Signature - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.SignedInfo - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.SignedXml - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.Transform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.TransformChain - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlDecryptionTransform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlDsigBase64Transform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlDsigC14NTransform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlDsigXPathTransform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlDsigXsltTransform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.XmlLicenseTransform - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/net462/System.Security.Cryptography.Xml.dll - CP0001 T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException diff --git a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml index 4e572f7fc917ac..0a5a1959c680b3 100644 --- a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml @@ -14,964 +14,4 @@ lib/netstandard2.0/System.Security.Permissions.dll true - - CP0002 - M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0002 - M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32) - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0002 - M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor - 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/net462/System.Security.Permissions.dll - - - CP0014 - F:System.Security.Permissions.SecurityAction.RequestMinimum:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0014 - F:System.Security.Permissions.SecurityAction.RequestOptional:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0014 - F:System.Security.Permissions.SecurityAction.RequestRefuse:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/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 - - - CP0016 - M:System.Security.Permissions.PrincipalPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction):[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.Policy.ApplicationTrust.#ctor(System.Security.PermissionSet,System.Collections.Generic.IEnumerable{System.Security.Policy.StrongName}):[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.Policy.PolicyLevel.AddNamedPermissionSet(System.Security.NamedPermissionSet):[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.Policy.PolicyLevel.ChangeNamedPermissionSet(System.String,System.Security.PermissionSet):[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.Policy.PolicyLevel.GetNamedPermissionSet(System.String):[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.Security.NamedPermissionSet):[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.String):[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet,System.Security.Policy.PolicyStatementAttribute):[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet):[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - P:System.Security.Policy.ApplicationTrust.FullTrustAssemblies:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - P:System.Security.Policy.PolicyStatement.PermissionSet:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Configuration.ConfigurationPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Configuration.ConfigurationPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.Common.DBDataPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.Common.DBDataPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.Odbc.OdbcPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.Odbc.OdbcPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.OleDb.OleDbPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.OleDb.OleDbPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.OracleClient.OraclePermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.OracleClient.OraclePermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.SqlClient.SqlClientPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Data.SqlClient.SqlClientPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Diagnostics.EventLogPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Diagnostics.EventLogPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Diagnostics.PerformanceCounterPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Diagnostics.PerformanceCounterPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Drawing.Printing.PrintingPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Drawing.Printing.PrintingPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.DnsPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.DnsPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.Mail.SmtpPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.Mail.SmtpPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.NetworkInformation.NetworkInformationPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.NetworkInformation.NetworkInformationPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.PeerToPeer.PnrpPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.PeerToPeer.PnrpPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.SocketPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.SocketPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.WebPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Net.WebPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.CodeAccessPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.HostProtectionException:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.IPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.IStackWalk:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.NamedPermissionSet:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.CodeAccessSecurityAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.DataProtectionPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.DataProtectionPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.DataProtectionPermissionFlags:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.EnvironmentPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.EnvironmentPermissionAccess:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.EnvironmentPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.FileDialogPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.FileDialogPermissionAccess:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.FileDialogPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.FileIOPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.FileIOPermissionAccess:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.FileIOPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.GacIdentityPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.GacIdentityPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.HostProtectionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.HostProtectionResource:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.IsolatedStorageContainment:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.IsolatedStorageFilePermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.IsolatedStorageFilePermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.IsolatedStoragePermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.IsolatedStoragePermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.IUnrestrictedPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.KeyContainerPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.KeyContainerPermissionAccessEntry:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.KeyContainerPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.KeyContainerPermissionFlags:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.MediaPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.MediaPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.MediaPermissionAudio:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.MediaPermissionImage:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.MediaPermissionVideo:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.PermissionSetAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.PermissionState:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.PrincipalPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.PrincipalPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.PublisherIdentityPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.PublisherIdentityPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.ReflectionPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.ReflectionPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.ReflectionPermissionFlag:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.RegistryPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.RegistryPermissionAccess:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.RegistryPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.ResourcePermissionBase:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.ResourcePermissionBaseEntry:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.SecurityAction:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.SecurityAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.SecurityPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.SecurityPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.SecurityPermissionFlag:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.SiteIdentityPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.SiteIdentityPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.StorePermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.StorePermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.StorePermissionFlags:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.StrongNameIdentityPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.StrongNameIdentityPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.StrongNamePublicKeyBlob:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.TypeDescriptorPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.TypeDescriptorPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.TypeDescriptorPermissionFlags:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.UIPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.UIPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.UIPermissionClipboard:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.UIPermissionWindow:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.UrlIdentityPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.UrlIdentityPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.WebBrowserPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.WebBrowserPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.WebBrowserPermissionLevel:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.ZoneIdentityPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Permissions.ZoneIdentityPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.PermissionSet:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Policy.FileCodeGroup:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Policy.GacInstalled:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Policy.IIdentityPermissionFactory:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Policy.Publisher:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Policy.Site:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Policy.StrongName:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Policy.StrongNameMembershipCondition:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Policy.Url:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.Policy.Zone:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.SecurityContext:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Security.SecurityManager:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.ServiceProcess.ServiceControllerPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.ServiceProcess.ServiceControllerPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Transactions.DistributedTransactionPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Transactions.DistributedTransactionPermissionAttribute:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Web.AspNetHostingPermission:[T:System.ObsoleteAttribute] - lib/netstandard2.0/System.Security.Permissions.dll - lib/net462/System.Security.Permissions.dll - - - CP0016 - T:System.Web.AspNetHostingPermissionAttribute:[T:System.ObsoleteAttribute] - 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 01889e51cff7b1..dd6a17fdba9c4d 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml @@ -1,35 +1,5 @@  - - CP0001 - T:System.ServiceModel.Syndication.SyndicationTextInput - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0001 - T:System.ServiceModel.Syndication.TryParseDateTimeCallback - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0001 - T:System.ServiceModel.Syndication.TryParseUriCallback - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0001 - T:System.ServiceModel.Syndication.XmlDateTimeData - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0001 - T:System.ServiceModel.Syndication.XmlUriData - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - CP0001 T:System.ServiceModel.Syndication.SyndicationTextInput @@ -60,90 +30,6 @@ ref/netstandard2.0/System.ServiceModel.Syndication.dll lib/netstandard2.0/System.ServiceModel.Syndication.dll - - CP0002 - M:System.ServiceModel.Syndication.TryParseDateTimeCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.ServiceModel.Syndication.dll - lib/net7.0/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.TryParseUriCallback.#ctor(System.Object,System.IntPtr) - lib/net6.0/System.ServiceModel.Syndication.dll - lib/net7.0/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_Documentation - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipDays - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipHours - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_TextInput - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.get_TimeToLive - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.set_Documentation(System.ServiceModel.Syndication.SyndicationLink) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.set_TextInput(System.ServiceModel.Syndication.SyndicationTextInput) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeed.set_TimeToLive(System.Nullable{System.TimeSpan}) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_DateTimeParser - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_UriParser - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_DateTimeParser(System.ServiceModel.Syndication.TryParseDateTimeCallback) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - - - CP0002 - M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_UriParser(System.ServiceModel.Syndication.TryParseUriCallback) - lib/netstandard2.0/System.ServiceModel.Syndication.dll - lib/net462/System.ServiceModel.Syndication.dll - CP0002 M:System.ServiceModel.Syndication.SyndicationFeed.get_Documentation diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/CompatibilitySuppressions.xml b/src/libraries/System.ServiceProcess.ServiceController/src/CompatibilitySuppressions.xml index 2f1011d9f94cfc..8f724f07e621f9 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.ServiceProcess.ServiceController/src/CompatibilitySuppressions.xml @@ -1,11 +1,5 @@  - - CP0002 - M:System.ServiceProcess.ServiceBase.ServiceMainCallback(System.Int32,System.IntPtr) - lib/net6.0/System.ServiceProcess.ServiceController.dll - lib/net7.0/System.ServiceProcess.ServiceController.dll - CP0002 M:System.ServiceProcess.ServiceController.Stop(System.Boolean) @@ -13,18 +7,4 @@ lib/netstandard2.0/System.ServiceProcess.ServiceController.dll true - - CP0002 - M:System.ServiceProcess.ServiceController.Stop(System.Boolean) - runtimes/win/lib/netcoreapp3.1/System.ServiceProcess.ServiceController.dll - lib/netstandard2.0/System.ServiceProcess.ServiceController.dll - true - - - CP0002 - M:System.ServiceProcess.ServiceController.Stop(System.Boolean) - runtimes/win/lib/netcoreapp3.1/System.ServiceProcess.ServiceController.dll - runtimes/win/lib/netstandard2.0/System.ServiceProcess.ServiceController.dll - true - \ No newline at end of file diff --git a/src/libraries/System.Speech/src/CompatibilitySuppressions.xml b/src/libraries/System.Speech/src/CompatibilitySuppressions.xml deleted file mode 100644 index edd6950f7e5462..00000000000000 --- a/src/libraries/System.Speech/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - CP0002 - M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Write(System.IntPtr,System.Int32) - lib/net6.0/System.Speech.dll - lib/net7.0/System.Speech.dll - - - CP0002 - M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.#ctor(System.Int16,System.Int16,System.Int32,System.IntPtr) - lib/net6.0/System.Speech.dll - lib/net7.0/System.Speech.dll - - - CP0002 - M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.GetOutputFormat(System.Speech.Synthesis.TtsEngine.SpeakOutputFormat,System.IntPtr) - lib/net6.0/System.Speech.dll - lib/net7.0/System.Speech.dll - - - CP0002 - M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.Speak(System.Speech.Synthesis.TtsEngine.TextFragment[],System.IntPtr,System.Speech.Synthesis.TtsEngine.ITtsEngineSite) - lib/net6.0/System.Speech.dll - lib/net7.0/System.Speech.dll - - - CP0005 - M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.GetOutputFormat(System.Speech.Synthesis.TtsEngine.SpeakOutputFormat,System.IntPtr) - lib/net6.0/System.Speech.dll - lib/net7.0/System.Speech.dll - - - CP0005 - M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.Speak(System.Speech.Synthesis.TtsEngine.TextFragment[],System.IntPtr,System.Speech.Synthesis.TtsEngine.ITtsEngineSite) - lib/net6.0/System.Speech.dll - lib/net7.0/System.Speech.dll - - - CP0006 - M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Write(System.IntPtr,System.Int32) - lib/net6.0/System.Speech.dll - lib/net7.0/System.Speech.dll - - \ No newline at end of file diff --git a/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml b/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml deleted file mode 100644 index fa8650e58d9337..00000000000000 --- a/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - CP0001 - T:System.Security.AccessControl.EventWaitHandleAccessRule - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.EventWaitHandleAuditRule - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.EventWaitHandleRights - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.EventWaitHandleSecurity - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.MutexAccessRule - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.MutexAuditRule - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.MutexRights - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.MutexSecurity - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.SemaphoreAccessRule - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.SemaphoreAuditRule - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.SemaphoreRights - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - - CP0001 - T:System.Security.AccessControl.SemaphoreSecurity - lib/netstandard2.0/System.Threading.AccessControl.dll - lib/net462/System.Threading.AccessControl.dll - - \ No newline at end of file diff --git a/src/libraries/System.Windows.Extensions/src/CompatibilitySuppressions.xml b/src/libraries/System.Windows.Extensions/src/CompatibilitySuppressions.xml index 78e36df68161a0..7d6377d05c8d48 100644 --- a/src/libraries/System.Windows.Extensions/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Windows.Extensions/src/CompatibilitySuppressions.xml @@ -1,23 +1,7 @@  - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2,System.IntPtr) - lib/net6.0/System.Windows.Extensions.dll - lib/net7.0/System.Windows.Extensions.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag,System.IntPtr) - lib/net6.0/System.Windows.Extensions.dll - lib/net7.0/System.Windows.Extensions.dll - PKV006 .NETCoreApp,Version=v3.1 - - PKV007 - .NETCoreApp,Version=v3.1-win - \ No newline at end of file diff --git a/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml index 2531e3474e4fd6..75b720080db99c 100644 --- a/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml @@ -1,6 +1,5 @@  - CP0015 T:System.Xml.IApplicationResourceStreamResolver:[T:System.ObsoleteAttribute] diff --git a/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj index 90aef4cb1500e6..d2e21e338890fa 100644 --- a/src/libraries/apicompat/ApiCompat.proj +++ b/src/libraries/apicompat/ApiCompat.proj @@ -55,7 +55,6 @@ CompatibilitySuppressionFilePath="$(ApiCompatNetCoreAppLatestStableBaselineFile)" EnableRuleAttributesMustMatch="true" ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" - EnableRuleCannotChangeParameterName="true" LeftAssembliesTransformationPattern="@(ApiCompatNetCoreAppLatestStableLeftAssembliesTransformationPattern)" RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> @@ -68,7 +67,6 @@ CompatibilitySuppressionFilePath="$(ApiCompatNetStandard21BaselineFile)" EnableRuleAttributesMustMatch="true" ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" - EnableRuleCannotChangeParameterName="true" LeftAssembliesTransformationPattern="@(ApiCompatNetStandard21LeftAssembliesTransformationPattern)" RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> @@ -81,7 +79,6 @@ CompatibilitySuppressionFilePath="$(ApiCompatNetStandard20BaselineFile)" EnableRuleAttributesMustMatch="true" ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" - EnableRuleCannotChangeParameterName="true" LeftAssembliesTransformationPattern="@(ApiCompatNetStandard20LeftAssembliesTransformationPattern)" RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> diff --git a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml index b6320034786a25..cff3c74f570001 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml @@ -1,8824 +1,1180 @@  - - CP0001 - T:System.IntPtr - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0001 - T:System.UIntPtr - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0001 - T:System.IntPtr - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0001 - T:System.UIntPtr - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0001 - T:System.IntPtr - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0001 - T:System.UIntPtr - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeRegistryHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/Microsoft.Win32.Registry.dll - net7.0/Microsoft.Win32.Registry.dll + 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:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.#ctor(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + 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:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Runtime.Intrinsics.Vector64.As``2(System.Runtime.Intrinsics.Vector64{``0}) + net6.0/System.Runtime.Intrinsics.dll + net7.0/System.Runtime.Intrinsics.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeRegistryHandle.#ctor(System.IntPtr,System.Boolean) + CP0014 + F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + CP0014 + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.AsymmetricKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.AsymmetricKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.AsymmetricSignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.AsymmetricSignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.DES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.DSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.DSASignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.DSASignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.HMACMD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.HMACSHA1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.HMACSHA256:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Converter`2.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.HMACSHA384:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + CP0014 + T:System.Security.Cryptography.HMACSHA512:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + CP0014 + T:System.Security.Cryptography.MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + CP0014 + T:System.Security.Cryptography.MD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.PKCS1MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.Rfc2898DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.Rijndael:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.RSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.RSAEncryptionPadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.RSAOAEPKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) + CP0014 + T:System.Security.Cryptography.RSASignaturePadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + CP0014 + T:System.Security.Cryptography.SignatureDescription:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + CP0014 + T:System.Security.Cryptography.TripleDES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - 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 - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - net6.0/mscorlib.dll - net7.0/mscorlib.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 - CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.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 - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.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 - CP0002 - M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.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 - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.AsymmetricKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.AsymmetricKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.AsymmetricSignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.AsymmetricSignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.DES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.DSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.DSASignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.DSASignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll + CP0014 + T:System.Security.Cryptography.ECCurve:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.Principal.SecurityIdentifier.#ctor(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Converter`2.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll - - - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll - - - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll - - - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll - - - CP0002 - M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0002 - M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0002 - M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0002 - M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0002 - M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0002 - M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0002 - M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0002 - M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0002 - M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0002 - M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0002 - M:System.Diagnostics.Metrics.MeasurementCallback`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0002 - M:System.Diagnostics.SampleActivity`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll - - - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll - - - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Dynamic.Runtime.dll - net7.0/System.Dynamic.Runtime.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.IO.FileSystem.Primitives.dll - net7.0/System.IO.FileSystem.Primitives.dll - - - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll - - - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll - - - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.IO.Pipes.dll - net7.0/System.IO.Pipes.dll - - - CP0002 - M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) - net6.0/System.IO.Pipes.dll - net7.0/System.IO.Pipes.dll - - - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.Http.HeaderEncodingSelector`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0002 - M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.HttpListener.dll - net7.0/System.Net.HttpListener.dll - - - CP0002 - M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.HttpListener.dll - net7.0/System.Net.HttpListener.dll - - - CP0002 - M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0002 - M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Ping.dll - net7.0/System.Net.Ping.dll - - - CP0002 - M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Requests.dll - net7.0/System.Net.Requests.dll - - - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Security.dll - net7.0/System.Net.Security.dll - - - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Security.dll - net7.0/System.Net.Security.dll - - - CP0002 - M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Security.dll - net7.0/System.Net.Security.dll - - - CP0002 - M:System.Net.Security.ServerOptionsSelectionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.Security.dll - net7.0/System.Net.Security.dll - - - CP0002 - M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.ServicePoint.dll - net7.0/System.Net.ServicePoint.dll - - - CP0002 - M:System.Net.Sockets.SafeSocketHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0002 - M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Net.WriteStreamClosedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Net.WebClient.dll - net7.0/System.Net.WebClient.dll - - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll - - - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll - - - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll - - - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0002 - M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr) - net6.0/System.Runtime.CompilerServices.Unsafe.dll - net7.0/System.Runtime.CompilerServices.Unsafe.dll - - - CP0002 - M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr) - net6.0/System.Runtime.CompilerServices.Unsafe.dll - net7.0/System.Runtime.CompilerServices.Unsafe.dll - - - CP0002 - M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr) - net6.0/System.Runtime.CompilerServices.Unsafe.dll - net7.0/System.Runtime.CompilerServices.Unsafe.dll - - - CP0002 - M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr) - net6.0/System.Runtime.CompilerServices.Unsafe.dll - net7.0/System.Runtime.CompilerServices.Unsafe.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Converter`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComWrappers.CreateObject(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComWrappers.GetIUnknownImpl(System.IntPtr@,System.IntPtr@,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComWrappers.GetOrCreateObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComWrappers.GetOrRegisterObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags,System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComWrappers.GetOrRegisterObjectForComInstance(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags,System.Object) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.DllImportResolver.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.InitHandle(System.Runtime.InteropServices.SafeHandle,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.Free(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.GetExport(System.IntPtr,System.String) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.TryGetExport(System.IntPtr,System.String,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.TryLoad(System.String,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.NativeLibrary.TryLoad(System.String,System.Reflection.Assembly,System.Nullable{System.Runtime.InteropServices.DllImportSearchPath},System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.CreateReferenceTrackingHandle(System.Object,System.Span{System.IntPtr}@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.Initialize(,,,System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.SetMessageSendCallback(System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.MessageSendFunction,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.BeginInvoke(System.Exception,System.RuntimeMethodHandle,System.IntPtr@,System.AsyncCallback,System.Object) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.EndInvoke(System.IntPtr@,System.IAsyncResult) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.UnhandledExceptionPropagationHandler.Invoke(System.Exception,System.RuntimeMethodHandle,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - 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 - - - CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0002 - M:System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode.#ctor(System.Object,System.IntPtr) - net6.0/System.Security.AccessControl.dll - net7.0/System.Security.AccessControl.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle) - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0002 - M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0002 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0002 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0002 - M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0002 - M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor(System.IntPtr,System.Boolean) - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.#ctor(System.IntPtr) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll - - - CP0002 - M:System.Security.Principal.SecurityIdentifier.#ctor(System.IntPtr) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll - - - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType,System.Boolean) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll - - - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String,System.Security.Principal.WindowsAccountType) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll - - - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll - - - CP0002 - M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr) - net6.0/System.Security.Principal.Windows.dll - net7.0/System.Security.Principal.Windows.dll - - - CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) - net6.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Overlapped.dll - net7.0/System.Threading.Overlapped.dll - - - CP0002 - M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) - net6.0/System.Threading.Overlapped.dll - net7.0/System.Threading.Overlapped.dll - - - CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) - net6.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Threading.Timer.dll - net7.0/System.Threading.Timer.dll - - - CP0002 - M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll - - - CP0002 - M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll - - - CP0002 - M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll - - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Windows.dll - net7.0/System.Windows.dll - - - CP0002 - M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0002 - M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0002 - M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0002 - M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) - net6.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - net6.0/WindowsBase.dll - net7.0/WindowsBase.dll - - - CP0005 - M:System.Runtime.InteropServices.ComWrappers.CreateObject(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - net6.0/System.Transactions.Local.dll - net7.0/System.Transactions.Local.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.RijndaelManaged:[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.AesManaged:[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.RijndaelManaged:[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.AesManaged:[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.AesManaged:[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.RijndaelManaged:[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.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - 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/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.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - 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/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.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.ECDiffieHellman:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.ECDsa:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.ECParameters:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.HMACMD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.HMACSHA1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.HMACSHA256:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.HMACSHA384:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.HMACSHA512:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.MD5:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.PKCS1MaskGenerationMethod:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] + CP0014 + T:System.Security.Cryptography.RC2:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + CP0014 + T:System.Security.Cryptography.Rfc2898DeriveBytes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + CP0014 + T:System.Security.Cryptography.Rijndael:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + CP0014 + T:System.Security.Cryptography.RSA:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + CP0014 + T:System.Security.Cryptography.RSAEncryptionPadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + CP0014 + T:System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + CP0014 + T:System.Security.Cryptography.RSAOAEPKeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + CP0014 + T:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + CP0014 + T:System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] + CP0014 + T:System.Security.Cryptography.RSASignaturePadding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] net6.0/netstandard.dll net7.0/netstandard.dll - CP0015 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0015 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0014 + T:System.Security.Cryptography.SignatureDescription:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0014 + T:System.Security.Cryptography.TripleDES:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll - CP0015 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.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 - CP0015 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.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 - CP0015 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.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 - CP0015 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.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 - CP0015 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0014 + T:System.Security.Cryptography.Aes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0015 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0014 + T:System.Security.Cryptography.ECCurve:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0015 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll + CP0014 + T:System.Security.Cryptography.ECDiffieHellman:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.DefaultValueAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0014 + T:System.Security.Cryptography.ECDsa:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0015 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0014 + T:System.Security.Cryptography.ECParameters:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll - CP0015 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.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 - CP0015 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.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 - CP0015 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.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 - CP0015 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll + CP0014 + F:System.Runtime.CompilerServices.RuntimeFeature.VirtualStaticsInInterfaces:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll - CP0015 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.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 - CP0015 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.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 - CP0015 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.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 - CP0015 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.Data.dll - net7.0/System.Data.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 - CP0015 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.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 - CP0015 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.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 - CP0015 - T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.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 - CP0015 - T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.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 - CP0015 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.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 - CP0015 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.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 - CP0015 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.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 - CP0015 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.dll - net7.0/System.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 - CP0015 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] - net6.0/System.dll - net7.0/System.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 - CP0015 - T:System.Diagnostics.BooleanSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/System.dll - net7.0/System.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 - CP0015 - T:System.Diagnostics.TraceSwitch:[T:System.Diagnostics.SwitchLevelAttribute] - net6.0/System.dll - net7.0/System.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 - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.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 - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.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 - CP0015 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.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 - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.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 - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - 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 + 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 - CP0015 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + 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 - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + 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 - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + 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 - CP0015 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + 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.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0015 + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchema.Includes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchema.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaAll.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaAnnotated.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaAnnotation.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaAttributeGroup.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll CP0015 - P:System.Xml.Schema.XmlSchemaChoice.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Diagnostics.Process.dll + net7.0/System.Diagnostics.Process.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.IO.FileSystem.dll + net7.0/System.IO.FileSystem.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.ContentModel:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0015 - P:System.Xml.Schema.XmlSchemaComplexType.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0015 - P:System.Xml.Schema.XmlSchemaElement.Constraints:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0015 - P:System.Xml.Schema.XmlSchemaElement.SchemaType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaGroup.Particle:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Fields:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Selector:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaImport.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaInclude.Annotation:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaRedefine.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaSequence.Items:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleContent.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + 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 CP0015 - P:System.Xml.Schema.XmlSchemaSimpleType.Content:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0015 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes:[T:System.Xml.Serialization.XmlElementAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 @@ -9236,43 +1592,61 @@ CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.IntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.IntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] net6.0/mscorlib.dll net7.0/mscorlib.dll @@ -9516,6 +1890,18 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -9528,6 +1914,18 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -9570,6 +1968,12 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -9600,6 +2004,12 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -9816,6 +2226,12 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -10158,6 +2574,24 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.UIntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UIntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.UIntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -10986,6 +3420,24 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.IntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -12330,6 +4782,18 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -12342,6 +4806,18 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -12384,6 +4860,12 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -12414,6 +4896,12 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -13092,6 +5580,12 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -13176,6 +5670,12 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -13704,6 +6204,24 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.UIntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UIntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.UIntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -14646,12 +7164,24 @@ net6.0/System.Core.dll net7.0/System.Core.dll + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + CP0016 M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Core.dll net7.0/System.Core.dll + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Core.dll + net7.0/System.Core.dll + CP0016 M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] @@ -16566,6 +9096,12 @@ net6.0/System.dll net7.0/System.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.dll + net7.0/System.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -19992,6 +12528,24 @@ net6.0/System.Runtime.dll net7.0/System.Runtime.dll + + CP0016 + M:System.IntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.IntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + CP0016 M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -20544,6 +13098,24 @@ net6.0/System.Runtime.dll net7.0/System.Runtime.dll + + CP0016 + M:System.UIntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UIntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + + + CP0016 + M:System.UIntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + net6.0/System.Runtime.dll + net7.0/System.Runtime.dll + CP0016 M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -20754,6 +13326,18 @@ net6.0/System.Runtime.Extensions.dll net7.0/System.Runtime.Extensions.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + CP0016 M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -20766,6 +13350,18 @@ net6.0/System.Runtime.InteropServices.dll net7.0/System.Runtime.InteropServices.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + CP0016 M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -20808,6 +13404,12 @@ net6.0/System.Runtime.InteropServices.dll net7.0/System.Runtime.InteropServices.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + CP0016 M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -20838,6 +13440,12 @@ net6.0/System.Runtime.InteropServices.dll net7.0/System.Runtime.InteropServices.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + net6.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll + CP0016 M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -21828,12 +14436,24 @@ net6.0/System.Security.Cryptography.Cng.dll net7.0/System.Security.Cryptography.Cng.dll + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + CP0016 M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] net6.0/System.Security.Cryptography.Cng.dll net7.0/System.Security.Cryptography.Cng.dll + + CP0016 + M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.Cng.dll + net7.0/System.Security.Cryptography.Cng.dll + CP0016 M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] @@ -22104,6 +14724,12 @@ net6.0/System.Security.Cryptography.OpenSsl.dll net7.0/System.Security.Cryptography.OpenSsl.dll + + CP0016 + M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -22128,6 +14754,12 @@ net6.0/System.Security.Cryptography.OpenSsl.dll net7.0/System.Security.Cryptography.OpenSsl.dll + + CP0016 + M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -22152,6 +14784,12 @@ net6.0/System.Security.Cryptography.OpenSsl.dll net7.0/System.Security.Cryptography.OpenSsl.dll + + CP0016 + M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -22176,6 +14814,12 @@ net6.0/System.Security.Cryptography.OpenSsl.dll net7.0/System.Security.Cryptography.OpenSsl.dll + + CP0016 + M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -22194,6 +14838,12 @@ net6.0/System.Security.Cryptography.OpenSsl.dll net7.0/System.Security.Cryptography.OpenSsl.dll + + CP0016 + M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor(System.IntPtr,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.OpenSsl.dll + net7.0/System.Security.Cryptography.OpenSsl.dll + CP0016 P:System.Security.Cryptography.SafeEvpPKeyHandle.OpenSslVersion:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -22260,6 +14910,12 @@ net6.0/System.Security.Cryptography.X509Certificates.dll net7.0/System.Security.Cryptography.X509Certificates.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -22344,6 +15000,12 @@ net6.0/System.Security.Cryptography.X509Certificates.dll net7.0/System.Security.Cryptography.X509Certificates.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + net6.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -23418,10 +16080,4 @@ net6.0/System.Xml.XPath.dll net7.0/System.Xml.XPath.dll - - CP0017 - M:System.Runtime.InteropServices.NFloat.Equals(System.Object)$0 - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - \ No newline at end of file diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml index 698fefe5712fde..f765bcc56b6cba 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml @@ -1,6328 +1,664 @@  - CP0001 - T:System.IntPtr - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0001 - T:System.UIntPtr - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0001 - T:System.IntPtr + CP0002 + M:System.ComponentModel.BaseNumberConverter.#ctor netstandard2.0/netstandard.dll net7.0/netstandard.dll - CP0001 - T:System.UIntPtr + CP0002 + M:System.Data.Constraint.#ctor netstandard2.0/netstandard.dll net7.0/netstandard.dll - CP0001 - T:System.IntPtr - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0001 - T:System.UIntPtr - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0002 + M:System.Linq.EnumerableExecutor.#ctor + netstandard2.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Linq.EnumerableQuery.#ctor + netstandard2.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Xml.Schema.XmlSchemaDatatype.#ctor + netstandard2.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Xml.Schema.XmlSchemaGroupBase.#ctor + netstandard2.0/netstandard.dll + net7.0/netstandard.dll CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.BaseNumberConverter.#ctor + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Linq.EnumerableExecutor.#ctor + netstandard2.0/System.Core.dll + net7.0/System.Core.dll CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Linq.EnumerableQuery.#ctor + netstandard2.0/System.Core.dll + net7.0/System.Core.dll CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Data.Constraint.#ctor + netstandard2.0/System.Data.dll + net7.0/System.Data.dll CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.ComponentModel.BaseNumberConverter.#ctor + netstandard2.0/System.dll + net7.0/System.dll CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Linq.EnumerableExecutor.#ctor + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Linq.EnumerableQuery.#ctor + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Xml.Schema.XmlSchemaDatatype.#ctor + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + M:System.Xml.Schema.XmlSchemaGroupBase.#ctor + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll - CP0002 - M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.ComponentModel.BaseNumberConverter + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Data.Constraint + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Linq.EnumerableExecutor + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Converter`2.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Linq.EnumerableQuery + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Xml.Schema.XmlSchemaDatatype + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Xml.Schema.XmlSchemaGroupBase + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.ComponentModel.BaseNumberConverter + netstandard2.0/System.ComponentModel.TypeConverter.dll + net7.0/System.ComponentModel.TypeConverter.dll - CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Linq.EnumerableExecutor + netstandard2.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Linq.EnumerableQuery + netstandard2.0/System.Core.dll + net7.0/System.Core.dll - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Data.Constraint + netstandard2.0/System.Data.dll + net7.0/System.Data.dll - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.ComponentModel.BaseNumberConverter + netstandard2.0/System.dll + net7.0/System.dll - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Linq.EnumerableExecutor + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Linq.EnumerableQuery + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Xml.Schema.XmlSchemaDatatype + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll - CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0009 + T:System.Xml.Schema.XmlSchemaGroupBase + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll - CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + CP0012 + M:System.Globalization.CompareInfo.get_Name netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) + CP0012 + M:System.Globalization.SortKey.get_KeyData netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + CP0012 + M:System.Globalization.SortKey.get_OriginalString netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.Clone netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + CP0012 + M:System.Globalization.TextInfo.get_ANSICodePage netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.get_EBCDICCodePage netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.get_ListSeparator netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.get_MacCodePage netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + CP0012 + M:System.Globalization.TextInfo.get_OEMCodePage netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + CP0012 + M:System.Globalization.TextInfo.set_ListSeparator(System.String) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.ToLower(System.Char) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + CP0012 + M:System.Globalization.TextInfo.ToLower(System.String) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.Char) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.String) netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + CP0012 + P:System.Globalization.CompareInfo.Name netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + CP0012 + P:System.Globalization.SortKey.KeyData netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + CP0012 + P:System.Globalization.SortKey.OriginalString netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + CP0012 + P:System.Globalization.TextInfo.ANSICodePage netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + CP0012 + P:System.Globalization.TextInfo.EBCDICCodePage netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + CP0012 + P:System.Globalization.TextInfo.ListSeparator netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + CP0012 + P:System.Globalization.TextInfo.MacCodePage netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + CP0012 + P:System.Globalization.TextInfo.OEMCodePage netstandard2.0/mscorlib.dll net7.0/mscorlib.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.get_Name + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.BaseNumberConverter.#ctor - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Converter`2.#ctor(System.Object,System.IntPtr) - 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.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) - 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.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) - 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.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll - - - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll - - - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll - - - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ComponentModel.EventBasedAsync.dll - net7.0/System.ComponentModel.EventBasedAsync.dll - - - CP0002 - M:System.ComponentModel.BaseNumberConverter.#ctor - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0002 - M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Core.dll - net7.0/System.Core.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.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0002 - M:System.Data.Constraint.#ctor - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.BaseNumberConverter.#ctor - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.dll - net7.0/System.dll - - - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Dynamic.Runtime.dll - net7.0/System.Dynamic.Runtime.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll - - - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll - - - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/System.IO.Pipes.dll - net7.0/System.IO.Pipes.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.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.Security.dll - net7.0/System.Net.Security.dll - - - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Net.Security.dll - net7.0/System.Net.Security.dll - - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll - - - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll - - - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll - - - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - netstandard2.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - netstandard2.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - netstandard2.0/System.Runtime.Handles.dll - net7.0/System.Runtime.Handles.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Threading.Overlapped.dll - net7.0/System.Threading.Overlapped.dll - - - CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Threading.Timer.dll - net7.0/System.Threading.Timer.dll - - - CP0002 - M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Windows.dll - net7.0/System.Windows.dll - - - CP0002 - M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.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 - - - CP0002 - M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.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 - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.get_Name - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.SortKey.get_KeyData - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.SortKey.get_OriginalString - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.Clone - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ANSICodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_EBCDICCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ListSeparator - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_MacCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_OEMCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.set_ListSeparator(System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.CompareInfo.Name - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.SortKey.KeyData - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.SortKey.OriginalString - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.ANSICodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.EBCDICCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.ListSeparator - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.MacCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.OEMCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.get_Name - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) + netstandard2.0/netstandard.dll + net7.0/netstandard.dll CP0012 @@ -10794,6 +5130,18 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.IntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] @@ -11808,6 +6156,18 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] @@ -11826,6 +6186,12 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] @@ -11856,6 +6222,12 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -11868,6 +6240,48 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] @@ -11886,6 +6300,42 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -11934,6 +6384,18 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -11964,6 +6426,12 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -12522,6 +6990,12 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -13224,6 +7698,12 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] @@ -14058,6 +8538,12 @@ netstandard2.0/mscorlib.dll net7.0/mscorlib.dll + + CP0016 + M:System.UIntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/mscorlib.dll + net7.0/mscorlib.dll + CP0016 M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] @@ -19170,6 +13656,18 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.IntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] @@ -22002,6 +16500,18 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] @@ -22020,6 +16530,12 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] @@ -22050,6 +16566,12 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -22062,6 +16584,48 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] @@ -22080,6 +16644,42 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -22128,6 +16728,18 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + + + CP0016 + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] @@ -22158,6 +16770,12 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] @@ -23568,6 +18186,12 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -23664,6 +18288,12 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -23724,6 +18354,12 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -24582,6 +19218,12 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Threading.ThreadPool.BindHandle(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] @@ -25434,6 +20076,12 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.UIntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -36750,6 +31398,12 @@ netstandard2.0/System.dll net7.0/System.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -36810,6 +31464,12 @@ netstandard2.0/System.dll net7.0/System.dll + + CP0016 + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.dll + net7.0/System.dll + CP0016 M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] @@ -39146,12188 +33806,11504 @@ CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Linq.Queryable.dll + net7.0/System.Linq.Queryable.dll CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.dll + net7.0/System.Net.dll CP0016 - P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll + P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll CP0016 - M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Requests.dll - net7.0/System.Net.Requests.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Security.dll - net7.0/System.Net.Security.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll + + + CP0016 + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] - netstandard2.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.NetworkInformation.dll + net7.0/System.Net.NetworkInformation.dll CP0016 - M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Net.Primitives.dll + net7.0/System.Net.Primitives.dll CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.Requests.dll + net7.0/System.Net.Requests.dll CP0016 - M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.Security.dll + net7.0/System.Net.Security.dll CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Sockets.dll + net7.0/System.Net.Sockets.dll CP0016 - M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll CP0016 - P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll CP0016 - P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll CP0016 - P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll CP0016 - P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll CP0016 - P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll + P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll + P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll + P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll + P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Net.WebSockets.Client.dll + net7.0/System.Net.WebSockets.Client.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll + M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll + M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll + M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll + M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Reflection.Primitives.dll - net7.0/System.Reflection.Primitives.dll + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Resources.ResourceManager.dll - net7.0/System.Resources.ResourceManager.dll + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Numerics.dll + net7.0/System.Numerics.dll CP0016 - M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Resources.ResourceManager.dll - net7.0/System.Resources.ResourceManager.dll + M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll CP0016 - P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Resources.ResourceManager.dll - net7.0/System.Resources.ResourceManager.dll + T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll CP0016 - F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] + netstandard2.0/System.ObjectModel.dll + net7.0/System.ObjectModel.dll CP0016 - M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + netstandard2.0/System.Reflection.dll + net7.0/System.Reflection.dll CP0016 - M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll CP0016 - M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll CP0016 - M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll CP0016 - M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Reflection.Extensions.dll + net7.0/System.Reflection.Extensions.dll CP0016 - M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Reflection.Primitives.dll + net7.0/System.Reflection.Primitives.dll CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Resources.ResourceManager.dll + net7.0/System.Resources.ResourceManager.dll CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Resources.ResourceManager.dll + net7.0/System.Resources.ResourceManager.dll CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Resources.ResourceManager.dll + net7.0/System.Resources.ResourceManager.dll CP0016 - M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.IsNullOrEmpty(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.String.IsNullOrWhiteSpace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.IntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.IsNullOrEmpty(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.IsNullOrWhiteSpace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.0/System.Runtime.dll net7.0/System.Runtime.dll CP0016 - M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Environment.Exit(System.Int32):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Environment.FailFast(System.String,System.Exception):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Environment.FailFast(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll + M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.UIntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IAdviseSink:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IBindCtx:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IConnectionPoint:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumConnections:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumString:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IPersistFile:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IRunningObjectTable:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IStream:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeComp:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeInfo:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeInfo2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeLib:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.dll + net7.0/System.Runtime.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeLib2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll + M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.InteropServices.RuntimeInformation.dll - net7.0/System.Runtime.InteropServices.RuntimeInformation.dll + M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll + M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Environment.Exit(System.Int32):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Environment.FailFast(System.String,System.Exception):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Environment.FailFast(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Runtime.Extensions.dll + net7.0/System.Runtime.Extensions.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IAdviseSink:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IBindCtx:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IConnectionPoint:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IEnumConnections:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IEnumMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IEnumString:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IPersistFile:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IRunningObjectTable:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.IStream:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.ITypeComp:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.ITypeInfo:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.ITypeInfo2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.ITypeLib:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.ComTypes.ITypeLib2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Runtime.InteropServices.dll + net7.0/System.Runtime.InteropServices.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.InteropServices.RuntimeInformation.dll + net7.0/System.Runtime.InteropServices.RuntimeInformation.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Runtime.Numerics.dll + net7.0/System.Runtime.Numerics.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Runtime.Serialization.dll net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Primitives.dll - net7.0/System.Runtime.Serialization.Primitives.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll + netstandard2.0/System.Runtime.Serialization.dll + net7.0/System.Runtime.Serialization.dll CP0016 - M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Claims.dll - net7.0/System.Security.Claims.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Json.dll + net7.0/System.Runtime.Serialization.Json.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Primitives.dll + net7.0/System.Runtime.Serialization.Primitives.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll + M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll + M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll + M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll + M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll + M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Runtime.Serialization.Xml.dll + net7.0/System.Runtime.Serialization.Xml.dll CP0016 - M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll + M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Claims.dll + net7.0/System.Security.Claims.dll CP0016 - M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.Extensions.dll - net7.0/System.Text.Encoding.Extensions.dll + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.Extensions.dll - net7.0/System.Text.Encoding.Extensions.dll + M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.Extensions.dll - net7.0/System.Text.Encoding.Extensions.dll + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.Extensions.dll - net7.0/System.Text.Encoding.Extensions.dll + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Algorithms.dll + net7.0/System.Security.Cryptography.Algorithms.dll CP0016 - M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll + P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.Csp.dll + net7.0/System.Security.Cryptography.Csp.dll CP0016 - M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Security.Cryptography.Primitives.dll + net7.0/System.Security.Cryptography.Primitives.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Security.Cryptography.X509Certificates.dll + net7.0/System.Security.Cryptography.X509Certificates.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll - - CP0016 - M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll + + CP0016 + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.ServiceModel.Web.dll + net7.0/System.ServiceModel.Web.dll CP0016 - M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll + M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll CP0016 - M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll CP0016 - M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.dll + net7.0/System.Text.Encoding.dll CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.Extensions.dll + net7.0/System.Text.Encoding.Extensions.dll CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.Extensions.dll + net7.0/System.Text.Encoding.Extensions.dll CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.Extensions.dll + net7.0/System.Text.Encoding.Extensions.dll CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Text.Encoding.Extensions.dll + net7.0/System.Text.Encoding.Extensions.dll CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Windows.dll - net7.0/System.Windows.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] - netstandard2.0/System.Windows.dll - net7.0/System.Windows.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.Lax:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.Skip:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.Strict:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.All:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Empty:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Extension:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Text.RegularExpressions.dll + net7.0/System.Text.RegularExpressions.dll CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.List:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Restriction:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Substitution:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Union:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaUse.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaUse.Optional:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaUse.Prohibited:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Schema.XmlSchemaUse.Required:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.dll + net7.0/System.Threading.dll CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Tasks.dll + net7.0/System.Threading.Tasks.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0016 - M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Threading.Thread.dll + net7.0/System.Threading.Thread.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.BindHandle(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Threading.ThreadPool.dll + net7.0/System.Threading.ThreadPool.dll CP0016 - M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Transactions.dll + net7.0/System.Transactions.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.ValueTuple.dll + net7.0/System.ValueTuple.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Web.dll + net7.0/System.Web.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] + netstandard2.0/System.Windows.dll + net7.0/System.Windows.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll + T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] + netstandard2.0/System.Windows.dll + net7.0/System.Windows.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaContentProcessing.Lax:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaContentProcessing.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaContentProcessing.Skip:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaContentProcessing.Strict:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaDerivationMethod.All:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaDerivationMethod.Empty:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaDerivationMethod.Extension:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaDerivationMethod.List:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaDerivationMethod.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaDerivationMethod.Restriction:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaDerivationMethod.Substitution:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaDerivationMethod.Union:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaUse.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaUse.Optional:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaUse.Prohibited:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Schema.XmlSchemaUse.Required:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAnnotated.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAnnotation.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAny.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAny.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAnyAttribute.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAppInfo.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.AttributeSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.AttributeType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.Use:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroup.RedefinedAttributeGroup:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexContent.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.AttributeUses:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.AttributeWildcard:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.ContentType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.ContentTypeParticle:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaContentModel.Content:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaDocumentation.Language:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaDocumentation.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.ElementSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.ElementType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.IsNillable:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaElement.SubstitutionGroup:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaExternal.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaExternal.Schema:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaExternal.SchemaLocation:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaFacet.IsFixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaFacet.Value:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaGroupBase.Items:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaGroupRef.Particle:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaImport.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaKeyref.Refer:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaNotation.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaNotation.Public:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaNotation.System:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaObject.LineNumber:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaObject.LinePosition:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaObject.Parent:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaObject.SourceUri:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MaxOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MaxOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MinOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MinOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaRedefine.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaRedefine.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaRedefine.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaSimpleContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.BaseItemType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseMemberTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.BaseSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.BaseXmlSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.Datatype:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.DerivedBy:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.IsMixed:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaType.TypeCode:[T:System.Xml.Serialization.XmlIgnoreAttribute] + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchemaXPath.XPath:[T:System.Xml.Serialization.XmlAttributeAttribute] + M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.0/System.Xml.dll net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchemaAnnotated.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchemaAnnotation.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchemaAny.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchemaAny.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchemaAnyAttribute.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll + P:System.Xml.Schema.XmlSchemaAppInfo.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.AttributeSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.AttributeType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttribute.Use:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttributeGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttributeGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttributeGroup.RedefinedAttributeGroup:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaAttributeGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexContent.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexType.AttributeUses:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexType.AttributeWildcard:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexType.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexType.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexType.ContentType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexType.ContentTypeParticle:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexType.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaComplexType.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaContentModel.Content:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaDocumentation.Language:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaDocumentation.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.ElementSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.ElementType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.IsNillable:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaElement.SubstitutionGroup:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll + P:System.Xml.Schema.XmlSchemaExternal.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaExternal.Schema:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaExternal.SchemaLocation:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaFacet.IsFixed:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaFacet.Value:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll + + + CP0016 + P:System.Xml.Schema.XmlSchemaGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaGroupBase.Items:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaGroupRef.Particle:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaIdentityConstraint.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaIdentityConstraint.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaImport.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaKeyref.Refer:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaNotation.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaNotation.Public:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaNotation.System:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaObject.LineNumber:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaObject.LinePosition:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaObject.Parent:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaObject.SourceUri:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaParticle.MaxOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaParticle.MaxOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaParticle.MinOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaParticle.MinOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaRedefine.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaRedefine.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaRedefine.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaSimpleContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaSimpleTypeList.BaseItemType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseMemberTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.BaseSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.BaseXmlSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.Datatype:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.DerivedBy:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.IsMixed:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaType.TypeCode:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.Schema.XmlSchemaXPath.XPath:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 - M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll + T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] + netstandard2.0/System.Xml.dll + net7.0/System.Xml.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + netstandard2.0/System.Xml.Linq.dll + net7.0/System.Xml.Linq.dll CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll + P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XPath.dll - net7.0/System.Xml.XPath.dll + P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XPath.dll - net7.0/System.Xml.XPath.dll + P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll CP0016 - M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.XPath.dll - net7.0/System.Xml.XPath.dll + P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0017 - M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)$1 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0017 - M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)$1 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0017 - M:System.Diagnostics.StackFrame.#ctor(System.Boolean)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0017 - M:System.Diagnostics.StackFrame.#ctor(System.Int32,System.Boolean)$1 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0017 - M:System.IO.BufferedStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0017 - M:System.IO.BufferedStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] + netstandard2.0/System.Xml.ReaderWriter.dll + net7.0/System.Xml.ReaderWriter.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Security.Cryptography.MD5CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Security.Cryptography.SHA1Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Security.Cryptography.SHA256Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Security.Cryptography.SHA384Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Security.Cryptography.SHA512Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)$1 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)$1 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Data.DBConcurrencyException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Diagnostics.StackFrame.#ctor(System.Boolean)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Diagnostics.StackFrame.#ctor(System.Int32,System.Boolean)$1 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.BufferedStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.BufferedStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.Compression.DeflateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.Compression.DeflateStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.Compression.DeflateStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.Compression.GZipStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.Compression.GZipStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.Compression.GZipStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.Compression.GZipStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.Serialization.dll + net7.0/System.Xml.Serialization.dll - CP0017 - M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Net.Sockets.NetworkStream.Read(System.Byte[],System.Int32,System.Int32)$2 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Net.Sockets.NetworkStream.Write(System.Byte[],System.Int32,System.Int32)$2 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor(System.Byte[],System.Byte[])$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor(System.Byte[],System.Byte[])$1 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor(System.Byte[],System.Byte[])$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor(System.Byte[],System.Byte[])$1 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$1 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$1 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.MD5CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.SHA1Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.SHA256Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.SHA384Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.SHA512Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.StringNormalizationExtensions.IsNormalized(System.String,System.Text.NormalizationForm)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.StringNormalizationExtensions.IsNormalized(System.String)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.StringNormalizationExtensions.Normalize(System.String,System.Text.NormalizationForm)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.StringNormalizationExtensions.Normalize(System.String)$0 - netstandard2.0/netstandard.dll - net7.0/netstandard.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0 - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0 - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1 - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor(System.Byte[],System.Byte[])$0 - netstandard2.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor(System.Byte[],System.Byte[])$1 - netstandard2.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor(System.Byte[],System.Byte[])$0 - netstandard2.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor(System.Byte[],System.Byte[])$1 - netstandard2.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$0 - netstandard2.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$1 - netstandard2.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$0 - netstandard2.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$1 - netstandard2.0/System.Core.dll - net7.0/System.Core.dll + CP0016 + M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Data.DBConcurrencyException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)$0 - netstandard2.0/System.Data.dll - net7.0/System.Data.dll + CP0016 + T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Diagnostics.StackFrame.#ctor(System.Boolean)$0 - netstandard2.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + CP0016 + T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + netstandard2.0/System.Xml.XDocument.dll + net7.0/System.Xml.XDocument.dll - CP0017 - M:System.Diagnostics.StackFrame.#ctor(System.Int32,System.Boolean)$1 - netstandard2.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll + CP0016 + M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.IO.Compression.DeflateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.IO.Compression.DeflateStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.IO.Compression.DeflateStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.IO.Compression.GZipStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.IO.Compression.GZipStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.IO.Compression.GZipStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlDocument.dll + net7.0/System.Xml.XmlDocument.dll - CP0017 - M:System.IO.Compression.GZipStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.Sockets.NetworkStream.Read(System.Byte[],System.Int32,System.Int32)$2 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.Sockets.NetworkStream.Write(System.Byte[],System.Int32,System.Int32)$2 - netstandard2.0/System.dll - net7.0/System.dll + CP0016 + M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.StringNormalizationExtensions.IsNormalized(System.String,System.Text.NormalizationForm)$0 - netstandard2.0/System.Globalization.Extensions.dll - net7.0/System.Globalization.Extensions.dll + CP0016 + M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.StringNormalizationExtensions.IsNormalized(System.String)$0 - netstandard2.0/System.Globalization.Extensions.dll - net7.0/System.Globalization.Extensions.dll + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.StringNormalizationExtensions.Normalize(System.String,System.Text.NormalizationForm)$0 - netstandard2.0/System.Globalization.Extensions.dll - net7.0/System.Globalization.Extensions.dll + CP0016 + M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.StringNormalizationExtensions.Normalize(System.String)$0 - netstandard2.0/System.Globalization.Extensions.dll - net7.0/System.Globalization.Extensions.dll + CP0016 + M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.Compression.DeflateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.IO.Compression.dll - net7.0/System.IO.Compression.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.IO.Compression.dll - net7.0/System.IO.Compression.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.Compression.DeflateStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.IO.Compression.dll - net7.0/System.IO.Compression.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.Compression.DeflateStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.IO.Compression.dll - net7.0/System.IO.Compression.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.Compression.GZipStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.IO.Compression.dll - net7.0/System.IO.Compression.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.Compression.GZipStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.IO.Compression.dll - net7.0/System.IO.Compression.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.Compression.GZipStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.IO.Compression.dll - net7.0/System.IO.Compression.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.Compression.GZipStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.IO.Compression.dll - net7.0/System.IO.Compression.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.BufferedStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.IO.dll - net7.0/System.IO.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.BufferedStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.IO.dll - net7.0/System.IO.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$3 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$4 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)$0 - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.IO.IsolatedStorage.dll - net7.0/System.IO.IsolatedStorage.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 - netstandard2.0/System.IO.IsolatedStorage.dll - net7.0/System.IO.IsolatedStorage.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 - netstandard2.0/System.Net.dll - net7.0/System.Net.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + CP0016 + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + CP0016 + M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.Sockets.NetworkStream.Read(System.Byte[],System.Int32,System.Int32)$2 - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + CP0016 + M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + netstandard2.0/System.Xml.XmlSerializer.dll + net7.0/System.Xml.XmlSerializer.dll - CP0017 - M:System.Net.Sockets.NetworkStream.Write(System.Byte[],System.Int32,System.Int32)$2 - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XPath.dll + net7.0/System.Xml.XPath.dll - CP0017 - M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)$1 - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + netstandard2.0/System.Xml.XPath.dll + net7.0/System.Xml.XPath.dll - CP0017 - M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)$1 - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll + CP0016 + M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Xml.XPath.dll + net7.0/System.Xml.XPath.dll \ No newline at end of file diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml index 044e3b88d74c46..561e7530566ab1 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml @@ -1,19154 +1,16772 @@  - CP0001 - T:System.IntPtr + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0001 - T:System.UIntPtr + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeFileHandle.#ctor(System.IntPtr,System.Boolean) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeProcessHandle.#ctor(System.IntPtr,System.Boolean) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:Microsoft.Win32.SafeHandles.SafeWaitHandle.#ctor(System.IntPtr,System.Boolean) + CP0012 + M:System.Globalization.CompareInfo.Compare(System.String,System.String) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.get_Name netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`1.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`10.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`11.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.GetSortKey(System.String) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`12.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`13.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`14.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`15.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`16.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`2.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`3.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`4.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`5.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`6.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`7.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`8.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Action`9.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.AssemblyLoadEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.AsyncCallback.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Buffers.ReadOnlySpanAction`2.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Buffers.SpanAction`2.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Collections.Specialized.NotifyCollectionChangedEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Comparison`1.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.AddingNewEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.AsyncCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.CancelEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.CollectionChangeEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ActiveDesignerEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ComponentChangedEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ComponentChangingEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ComponentEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ComponentRenameEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.DesignerEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.SortKey.get_KeyData netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.DesignerTransactionCloseEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.SortKey.get_OriginalString netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.Serialization.ResolveNameEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.Clone netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.Design.ServiceCreatorCallback.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.get_ANSICodePage netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.DoWorkEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.get_EBCDICCodePage netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.HandledEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.get_ListSeparator netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.ListChangedEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.get_MacCodePage netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.ProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.get_OEMCodePage netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.PropertyChangedEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.set_ListSeparator(System.String) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.PropertyChangingEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.ToLower(System.Char) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.RefreshEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.ToLower(System.String) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ComponentModel.RunWorkerCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.Char) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ConsoleCancelEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + M:System.Globalization.TextInfo.ToUpper(System.String) netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Converter`2.#ctor(System.Object,System.IntPtr) + CP0012 + P:System.Globalization.CompareInfo.Name netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Data.DataColumnChangeEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + P:System.Globalization.SortKey.KeyData netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Data.DataRowChangeEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + P:System.Globalization.SortKey.OriginalString netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Data.DataTableClearEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + P:System.Globalization.TextInfo.ANSICodePage netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Data.DataTableNewRowEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + P:System.Globalization.TextInfo.EBCDICCodePage netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Data.FillErrorEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + P:System.Globalization.TextInfo.ListSeparator netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Data.MergeFailedEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + P:System.Globalization.TextInfo.MacCodePage netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Data.StateChangeEventHandler.#ctor(System.Object,System.IntPtr) + CP0012 + P:System.Globalization.TextInfo.OEMCodePage netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Data.StatementCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + E:System.Diagnostics.Process.ErrorDataReceived:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.DataReceivedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + E:System.Diagnostics.Process.Exited:[T:System.ComponentModel.CategoryAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) + CP0014 + E:System.Diagnostics.Process.OutputDataReceived:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) + CP0014 + E:System.IO.FileSystemWatcher.Error:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) + CP0014 + E:System.Timers.Timer.Elapsed:[T:System.ComponentModel.CategoryAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.EventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + M:System.Security.SecureString.AppendChar(System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.EventHandler`1.#ctor(System.Object,System.IntPtr) + CP0014 + M:System.Security.SecureString.InsertAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`1.#ctor(System.Object,System.IntPtr) + CP0014 + M:System.Security.SecureString.RemoveAt(System.Int32):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`10.#ctor(System.Object,System.IntPtr) + CP0014 + M:System.Security.SecureString.SetAt(System.Int32,System.Char):[T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`11.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.ComponentModel.BackgroundWorker.CancellationPending:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`12.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.ComponentModel.BackgroundWorker.IsBusy:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`13.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.ComponentModel.BackgroundWorker.WorkerReportsProgress:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`14.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`15.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.ComponentModel.RunWorkerCompletedEventArgs.UserState:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`16.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.BasePriority:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`17.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`2.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`3.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`4.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.ExitCode:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`5.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`6.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.ExitTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`7.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`8.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.Handle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Func`9.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.HandleCount:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindPredicate.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.Enumeration.FileSystemEnumerable`1.FindTransform.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.HasExited:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.ErrorEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.Id:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean) + CP0014 + P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32) + CP0014 + P:System.Diagnostics.Process.MachineName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess,System.Boolean) + CP0014 + P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.FileStream.#ctor(System.IntPtr,System.IO.FileAccess) + CP0014 + P:System.Diagnostics.Process.MainModule:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.FileSystemEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.MainWindowHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.Pipes.PipeStreamImpersonationWorker.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.MainWindowTitle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.IO.RenamedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.MaxWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.AuthenticationSchemeSelector.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.MinWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.BindIPEndPoint.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.DownloadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.Modules:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.DownloadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.NonpagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.DownloadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.NonpagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.HttpContinueDelegate.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.HttpListener.ExtendedProtectionSelector.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.Mail.SendCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PagedSystemMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.NetworkInformation.NetworkAddressChangedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PagedSystemMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PeakPagedMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.NetworkInformation.PingCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PeakPagedMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.OpenReadCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PeakVirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.OpenWriteCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PeakVirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.Security.LocalCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PeakWorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.Security.RemoteCertificateValidationCallback.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PeakWorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.Security.ServerCertificateSelectionCallback.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PriorityBoostEnabled:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.UploadDataCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PriorityClass:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.UploadFileCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PrivateMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.UploadProgressChangedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PrivateMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.UploadStringCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Net.UploadValuesCompletedEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.ProcessName:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Predicate`1.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.ProcessorAffinity:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Reflection.MemberFilter.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.Responding:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Reflection.ModuleResolveEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Reflection.TypeFilter.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.SafeHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.ResolveEventHandler.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.SessionId:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.CreateValueCallback.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.CleanupCode.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.StandardError:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.CompilerServices.RuntimeHelpers.TryCode.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) + CP0014 + P:System.Diagnostics.Process.StandardInput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) + CP0014 + P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) + CP0014 + P:System.Diagnostics.Process.StandardOutput:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) + CP0014 + P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) + CP0014 + P:System.Diagnostics.Process.StartInfo:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.StartTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) + CP0014 + P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) + CP0014 + P:System.Diagnostics.Process.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) + CP0014 + P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.#ctor(System.IntPtr) + CP0014 + P:System.Diagnostics.Process.Threads:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.CriticalHandle.SetHandle(System.IntPtr) + CP0014 + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr) + CP0014 + P:System.Diagnostics.Process.UserProcessorTime:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle + CP0014 + P:System.Diagnostics.Process.VirtualMemorySize:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr + CP0014 + P:System.Diagnostics.Process.VirtualMemorySize64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.HandleRef.#ctor(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.Process.WorkingSet:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.HandleRef.op_Explicit(System.Runtime.InteropServices.HandleRef)~System.IntPtr + CP0014 + P:System.Diagnostics.Process.WorkingSet64:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessModule.FileVersionInfo:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Arguments:[T:System.ComponentModel.SettingsBindableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.CreateNoWindow:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Environment:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.ErrorDialog:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.SettingsBindableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object) + CP0014 + P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0) + CP0014 + P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type) + CP0014 + P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.RedirectStandardError:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type) + CP0014 + P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.UserName:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.UseShellExecute:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Verb:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.Verbs:[T:System.ComponentModel.DesignerSerializationVisibilityAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessStartInfo.WindowStyle:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.NotifyParentPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) + CP0014 + P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.SettingsBindableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) + CP0014 + P:System.Diagnostics.ProcessThread.IdealProcessor:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32) + CP0014 + P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr) + CP0014 + P:System.IO.FileSystemWatcher.EnableRaisingEvents:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr,System.Int32) + CP0014 + P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringAuto(System.IntPtr) + CP0014 + P:System.IO.FileSystemWatcher.Filter:[T:System.ComponentModel.SettingsBindableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr) + CP0014 + P:System.IO.FileSystemWatcher.IncludeSubdirectories:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32) + CP0014 + P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr) + CP0014 + P:System.IO.FileSystemWatcher.InternalBufferSize:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr,System.Int32) + CP0014 + P:System.IO.FileSystemWatcher.NotifyFilter:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStringUTF8(System.IntPtr) + CP0014 + P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object) + CP0014 + P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.SettingsBindableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type) + CP0014 + P:System.IO.FileSystemWatcher.Site:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0) + CP0014 + P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr) + CP0014 + P:System.IO.FileSystemWatcher.SynchronizingObject:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@) + CP0014 + P:System.Timers.Timer.AutoReset:[T:System.ComponentModel.CategoryAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32) + CP0014 + P:System.Timers.Timer.Enabled:[T:System.ComponentModel.CategoryAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr) + CP0014 + P:System.Timers.Timer.Interval:[T:System.ComponentModel.CategoryAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32) + CP0014 + P:System.Timers.Timer.Interval:[T:System.ComponentModel.SettingsBindableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr) + CP0014 + P:System.Timers.Timer.SynchronizingObject:[T:System.ComponentModel.BrowsableAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32) + CP0014 + T:System.ComponentModel.BackgroundWorker:[T:System.ComponentModel.DefaultEventAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr) + CP0014 + T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultEventAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32) + CP0014 + T:System.Diagnostics.Process:[T:System.ComponentModel.DefaultPropertyAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr) + CP0014 + T:System.IO.FileSystemWatcher:[T:System.ComponentModel.DefaultEventAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32) + CP0015 + P:System.Timers.Timer.Interval:[T:System.ComponentModel.DefaultValueAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr) + CP0015 + T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute:[T:System.AttributeUsageAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32) + CP0015 + T:System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute:[T:System.AttributeUsageAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr) + CP0015 + T:System.Xml.Serialization.XmlAnyAttributeAttribute:[T:System.AttributeUsageAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr) + CP0015 + T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute:[T:System.AttributeUsageAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean) + CP0016 + E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean) + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr) + CP0016 + E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte) + CP0016 + F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte) + CP0016 + F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char) + CP0016 + F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16) + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char) + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16) + CP0016 + F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32) + CP0016 + F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32) + CP0016 + F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64) + CP0016 + F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64) + CP0016 + F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr) + CP0016 + F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUTF8(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.#ctor(System.IntPtr,System.Boolean) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Text.RegularExpressions.MatchEvaluator.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ContextCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Interlocked.CompareExchange(System.IntPtr@,System.IntPtr,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Interlocked.Exchange(System.IntPtr@,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.IOCompletionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Overlapped.#ctor(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ParameterizedThreadStart.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.SendOrPostCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.SynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.SynchronizationContext.WaitHelper(System.IntPtr[],System.Boolean,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileRead(System.UIntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.IntPtr@,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Thread.VolatileWrite(System.UIntPtr@,System.UIntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ThreadExceptionEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.ThreadStart.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.TimerCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Read(System.UIntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.IntPtr@,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.Volatile.Write(System.UIntPtr@,System.UIntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.WaitCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Threading.WaitOrTimerCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Timers.ElapsedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.HostCurrentTransactionCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.TransactionCompletedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Transactions.TransactionStartedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.UnhandledExceptionEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.OnXmlDictionaryReaderClose.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Schema.ValidationEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Schema.XmlValueGetter.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.UnreferencedObjectEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlAttributeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlElementEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlNodeEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationCollectionFixupCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationFixupCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationReadCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Serialization.XmlSerializationWriteCallback.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.XmlNodeChangedEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0002 - M:System.Xml.Xsl.XsltMessageEncounteredEventHandler.#ctor(System.Object,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader(System.IntPtr,System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.Initialize(System.IntPtr,System.String,System.Boolean) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.CleanUpNativeData(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomMarshaler.MarshalNativeToManaged(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.Abort(System.IntPtr,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0006 - M:System.Transactions.IDtcTransaction.GetTransactionInfo(System.IntPtr) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.get_Name - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.SortKey.get_KeyData - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.SortKey.get_OriginalString - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.Clone - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ANSICodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_EBCDICCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ListSeparator - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_MacCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_OEMCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.set_ListSeparator(System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.Char) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.Char) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.CompareInfo.Name - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.SortKey.KeyData - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.SortKey.OriginalString - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.ANSICodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.EBCDICCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.ListSeparator - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.MacCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.OEMCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - 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 - - - CP0016 - E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.UseKernelApc:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.UseSystemThread:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.WriteBehind:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Reflection.TypeDelegator.typeImpl:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] + CP0016 + F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String,System.String[],System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ApplicationId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Buffers.StandardFormat.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.TransmitFileOptions.UseKernelApc:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + F:System.Net.Sockets.TransmitFileOptions.UseSystemThread:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + F:System.Net.Sockets.TransmitFileOptions.WriteBehind:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Reflection.TypeDelegator.typeImpl:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.CollectionExtensions.Remove``2(System.Collections.Generic.IDictionary{``0,``1},``0,``1@)$2:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.Dictionary`2.Remove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.HashSet`1.TryGetValue(`0,`0@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.Queue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.AppDomain.ExecuteAssembly(System.String,System.String[],System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.Queue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.AppDomain.ExecuteAssembly(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.AppDomain.ExecuteAssembly(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.AppDomain.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.SortedSet`1.TryGetValue(`0,`0@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.AppDomain.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.Stack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.ApplicationId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Generic.Stack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.ObjectModel.KeyedCollection`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Buffers.StandardFormat.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.BindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.BindingList`1.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.CodeDom.Compiler.IndentedTextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DataObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DataObjectFieldAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DataObjectMethodAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.CollectionExtensions.Remove``2(System.Collections.Generic.IDictionary{``0,``1},``0,``1@)$2:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.Dictionary`2.Remove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.HashSet`1.TryGetValue(`0,`0@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.Queue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.Queue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.CommandID.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.get_Properties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Collections.Generic.SortedSet`1.TryGetValue(`0,`0@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Generic.Stack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Collections.Generic.Stack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Collections.ObjectModel.KeyedCollection`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.BindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.BindingList`1.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.IBindingListView.set_Filter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DataObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DataObjectFieldAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DataObjectMethodAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.Design.CommandID.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.get_Properties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.MaskedTextProvider.Clone:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.DesignerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.IBindingListView.set_Filter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.MaskedTextProvider.Clone:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataAdapter.set_FillLoadOption(System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.String,System.String,System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$3:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataColumnMapping.set_DataSetColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataColumnMapping.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataColumnMappingCollection.GetDataColumn(System.Data.Common.DataColumnMappingCollection,System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataTableMapping.GetDataColumn(System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataTableMapping.set_DataSetTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DataTableMapping.set_SourceTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbCommandBuilder.set_CatalogSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbCommandBuilder.set_QuotePrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbCommandBuilder.set_QuoteSuffix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbCommandBuilder.set_SchemaSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.Data.IDbCommand,System.String,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDbCommand,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataTable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbProviderFactories.GetFactory(System.Data.DataRow):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Common.DbProviderFactories.TryGetFactory(System.String,System.Data.Common.DbProviderFactory@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.Constraint.set_ConstraintName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.set_Caption(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.set_ColumnName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.set_DataType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.set_DefaultValue(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.set_Expression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.set_Expression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumn.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataRelation.set_RelationName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataRow.set_Item(System.Data.DataColumn,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataRow.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataRow.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.Common.DataAdapter.set_FillLoadOption(System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataRow.set_RowError(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.Common.DataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataRowView.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataRowView.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.String,System.String,System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$3:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Data.Common.DataColumnMapping.set_DataSetColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DataColumnMapping.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Data.Common.DataColumnMappingCollection.GetDataColumn(System.Data.Common.DataColumnMappingCollection,System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DataTableMapping.GetDataColumn(System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Data.Common.DataTableMapping.set_DataSetTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DataTableMapping.set_SourceTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.GetXml:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.GetXmlSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbCommandBuilder.set_CatalogSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.InferXmlSchema(System.IO.Stream,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbCommandBuilder.set_QuotePrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.InferXmlSchema(System.IO.TextReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbCommandBuilder.set_QuoteSuffix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.InferXmlSchema(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbCommandBuilder.set_SchemaSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.InferXmlSchema(System.Xml.XmlReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXml(System.IO.Stream,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.Data.IDbCommand,System.String,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXml(System.IO.TextReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXml(System.String,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDbCommand,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXml(System.Xml.XmlReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbDataAdapter.Update(System.Data.DataTable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.Common.DbProviderFactories.GetFactory(System.Data.DataRow):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Common.DbProviderFactories.TryGetFactory(System.String,System.Data.Common.DbProviderFactory@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.Constraint.set_ConstraintName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.set_Caption(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.set_ColumnName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.set_DataType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.set_DefaultValue(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.String,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.set_Expression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.set_Expression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumn.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataColumnCollection.Add(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataRelation.set_RelationName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataRow.set_Item(System.Data.DataColumn,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataRow.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataRow.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataRow.set_RowError(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataRowView.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataRowView.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.GetXml:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.GetXmlSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.InferXmlSchema(System.IO.Stream,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataSet.InferXmlSchema(System.IO.TextReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataSet.InferXmlSchema(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataSet.InferXmlSchema(System.Xml.XmlReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXml(System.IO.Stream,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXml(System.IO.TextReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXml(System.String,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXml(System.Xml.XmlReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataView.#ctor(System.Data.DataTable,System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataView.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataView.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataViewManager.set_DataSet(System.Data.DataSet)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataViewManager.set_DataViewSettingCollectionString(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXmlSchema(System.String,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataViewSetting.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataSet.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataViewSetting.set_RowFilter(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataViewSetting.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DataViewSettingCollection.set_Item(System.Int32,System.Data.DataViewSetting)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.DBConcurrencyException.set_Row(System.Data.DataRow)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.ForeignKeyConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.IDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.IDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlBinary.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlBoolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlDateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlDecimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlDouble.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlGuid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlMoney.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlSingle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.SqlTypes.SqlString.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.TypedTableBase`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Data.UniqueConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataView.#ctor(System.Data.DataTable,System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataView.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataView.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataViewManager.set_DataSet(System.Data.DataSet)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataViewManager.set_DataViewSettingCollectionString(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataViewSetting.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataViewSetting.set_RowFilter(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DataViewSetting.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.DataViewSettingCollection.set_Item(System.Int32,System.Data.DataViewSetting)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.DBConcurrencyException.set_Row(System.Data.DataRow)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.ForeignKeyConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.IDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.IDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.SqlTypes.SqlBinary.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.SqlTypes.SqlBoolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Data.SqlTypes.SqlByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.SqlTypes.SqlDateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.SqlTypes.SqlDecimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.SqlTypes.SqlDouble.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.SqlTypes.SqlGuid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Data.SqlTypes.SqlInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.SqlTypes.SqlInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.SqlTypes.SqlInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Data.SqlTypes.SqlMoney.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.SqlTypes.SqlSingle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.SqlTypes.SqlString.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Data.TypedTableBase`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Data.UniqueConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.SymbolStore.SymbolToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.Color.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Drawing.SizeFConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.SymbolStore.SymbolToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Globalization.SortKey.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Globalization.SortVersion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Index.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Drawing.Color.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Drawing.SizeFConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Globalization.SortKey.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Globalization.SortVersion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Index.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.IntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Memory`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.GetRuntimeFieldHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.GetRuntimeMethodHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.GetRuntimeTypeHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.ResolveFieldHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.ResolveFieldHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.ResolveMethodHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.ResolveMethodHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.ResolveTypeHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ModuleHandle.ResolveTypeHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.FtpWebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.FtpWebRequest.set_RenameTo(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.GlobalProxySelection.set_Select(System.Net.IWebProxy)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Memory`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.GetRuntimeFieldHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.GetRuntimeMethodHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.GetRuntimeTypeHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.ResolveFieldHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.ResolveFieldHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.ResolveMethodHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.ResolveMethodHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.ResolveTypeHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ModuleHandle.ResolveTypeHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.FtpWebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.FtpWebRequest.set_RenameTo(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.GlobalProxySelection.set_Select(System.Net.IWebProxy)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.HttpListener.set_ExtendedProtectionSelectorDelegate(System.Net.HttpListener.ExtendedProtectionSelector)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.HttpListenerTimeoutManager.set_EntityBody(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.HttpListenerTimeoutManager.set_HeaderWait(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.HttpListenerTimeoutManager.set_MinSendBytesPerSecond(System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.HttpListenerTimeoutManager.set_RequestQueue(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.IPAddress.TryParse(System.ReadOnlySpan{System.Char},System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mail.AttachmentBase.set_ContentId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mail.MailAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mail.MailMessage.set_Body(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mail.MailMessage.set_From(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mail.MailMessage.set_Sender(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mail.MailMessage.set_Subject(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mail.SmtpClient.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mime.ContentDisposition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mime.ContentType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Mime.ContentType.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Security.SslApplicationProtocol.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.HttpListener.set_ExtendedProtectionSelectorDelegate(System.Net.HttpListener.ExtendedProtectionSelector)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebProxy.set_BypassList(System.String[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Net.HttpListenerTimeoutManager.set_EntityBody(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Net.HttpListenerTimeoutManager.set_HeaderWait(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.HttpListenerTimeoutManager.set_MinSendBytesPerSecond(System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.HttpListenerTimeoutManager.set_RequestQueue(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Net.IPAddress.TryParse(System.ReadOnlySpan{System.Char},System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Net.Mail.AttachmentBase.set_ContentId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Net.Mail.MailAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Mail.MailMessage.set_Body(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Mail.MailMessage.set_From(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Mail.MailMessage.set_Sender(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Mail.MailMessage.set_Subject(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Mail.SmtpClient.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Mime.ContentDisposition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.Mime.ContentType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.Mime.ContentType.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Matrix3x2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Matrix4x4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Plane.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Quaternion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Range.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ReadOnlyMemory`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.Security.SslApplicationProtocol.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetForwardedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebProxy.set_BypassList(System.String[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.DispatchProxy.Create``2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.DispatchProxy.Create``2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.Matrix3x2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Numerics.Matrix4x4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.CreateTypeInfo->System.Reflection.TypeInfo:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Plane.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Quaternion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Range.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.ReadOnlyMemory`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.GetForwardedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.DispatchProxy.Create``2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.DispatchProxy.Create``2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.SetBaseTypeConstraint(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.ILGenerator.ThrowException(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.Label.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod(System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.CreateTypeInfo->System.Reflection.TypeInfo:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.Emit.EnumBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.AddInterfaceImplementation(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.CreateType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.CreateTypeInfo->System.Reflection.TypeInfo:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.EnumBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.EnumBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.EnumBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Emit.TypeBuilder.SetParent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.GenericTypeParameterBuilder.SetBaseTypeConstraint(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.ILGenerator.ThrowException(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.IReflect.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.Label.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod(System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.AddInterfaceImplementation(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.CreateType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.CreateTypeInfo->System.Reflection.TypeInfo:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Emit.TypeBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Emit.TypeBuilder.SetParent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.IReflect.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeDelegator.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Reflection.TypeDelegator.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetComObjectData(System.Object,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeDelegator.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + M:System.Reflection.TypeDelegator.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetIDispatchForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeDelegator.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeDelegator.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeDelegator.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeDelegator.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeDelegator.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.SetComObjectData(System.Object,System.Object,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Reflection.TypeDelegator.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeDelegator.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeDelegator.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeDelegator.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.MemoryMarshal.TryGetMemoryManager``2(System.ReadOnlyMemory{``0},``1@,System.Int32@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.MemoryMarshal.TryGetMemoryManager``2(System.ReadOnlyMemory{``0},``1@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.MemoryMarshal.TryGetString(System.ReadOnlyMemory{System.Char},System.String@,System.Int32@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.SequenceMarshal.TryGetReadOnlySequenceSegment``1(System.Buffers.ReadOnlySequence{``0},System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@,System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.InteropServices.SequenceMarshal.TryGetReadOnlySequenceSegment``1(System.Buffers.ReadOnlySequence{``0},System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@,System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.CompilerServices.RuntimeHelpers.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetComObjectData(System.Object,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetIDispatchForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.SetComObjectData(System.Object,System.Object,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.MemoryMarshal.TryGetMemoryManager``2(System.ReadOnlyMemory{``0},``1@,System.Int32@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.MemoryMarshal.TryGetMemoryManager``2(System.ReadOnlyMemory{``0},``1@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.MemoryMarshal.TryGetString(System.ReadOnlyMemory{System.Char},System.String@,System.Int32@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.InteropServices.SequenceMarshal.TryGetReadOnlySequenceSegment``1(System.Buffers.ReadOnlySequence{``0},System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@,System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.InteropServices.SequenceMarshal.TryGetReadOnlySequenceSegment``1(System.Buffers.ReadOnlySequence{``0},System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@,System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - 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] + M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CryptoConfig.AddAlgorithm(System.Type,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CryptoConfig.AddOID(System.String,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CryptoConfig.EncodeOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CryptoConfig.MapNameToOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + 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] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.set_HashName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.PKCS1MaskGenerationMethod.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RC2.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.set_UseSalt(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.Rijndael.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateDigest:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.CryptoConfig.AddAlgorithm(System.Type,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.CryptoConfig.AddOID(System.String,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.CryptoConfig.EncodeOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.CryptoConfig.MapNameToOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Security.Cryptography.ECDiffieHellman.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.SequencePosition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.PasswordDeriveBytes.CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.PasswordDeriveBytes.set_HashName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.PKCS1MaskGenerationMethod.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RC2.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RC2CryptoServiceProvider.set_UseSalt(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.Rijndael.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.EncodingInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.SignatureDescription.CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.SignatureDescription.CreateDigest:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.SignatureDescription.CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.AsyncFlowControl.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.SequencePosition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Object@,System.Func{``0})$1:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] + M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.LockCookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.EncodingInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ReaderWriterLock.RestoreLock(System.Threading.LockCookie@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Tasks.ValueTask.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] + M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Threading.AsyncFlowControl.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Object@,System.Func{``0})$1:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.LockCookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ReaderWriterLock.RestoreLock(System.Threading.LockCookie@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Tasks.ValueTask.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.BindHandle(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String,System.Int32,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String,System.Int32,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethodImpl(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Type.GetMethod(System.String,System.Int32,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Type.GetMethod(System.String,System.Int32,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMethodImpl(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Version.TryParse(System.ReadOnlySpan{System.Char},System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] + M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UIntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] + M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Version.TryParse(System.ReadOnlySpan{System.Char},System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.DesignerAttribute.DesignerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.EditorAttribute.EditorBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.EditorAttribute.EditorTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.InstallerTypeAttribute.InstallerType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] + M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] + M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] + M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] + M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] + M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] + M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] + M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] + M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.DangerousAcceptAnyServerCertificateValidator:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.ComponentModel.DesignerAttribute.DesignerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.EditorAttribute.EditorBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.EditorAttribute.EditorTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.InstallerTypeAttribute.InstallerType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.ServicePointManager.EncryptionPolicy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.RemoteCertificateValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Net.Http.HttpClientHandler.DangerousAcceptAnyServerCertificateValidator:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] + P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Security.Cryptography.DSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.BindingList`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.DesignerAttribute] + P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ComponentModel.MaskedTextProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.Common.DataAdapter:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.Common.DataTableMappingCollection:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.ConstraintCollection:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataColumn:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataColumn:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataColumnCollection:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataRelation:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataRelationCollection:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataSet:[T:System.ComponentModel.DesignerAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataSet:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataSet:[T:System.Xml.Serialization.XmlRootAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataTableCollection:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataView:[T:System.ComponentModel.DesignerAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataView:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataViewManager:[T:System.ComponentModel.DesignerAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataViewRowState:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.DataViewSettingCollection:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.ForeignKeyConstraint:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Data.UniqueConstraint:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] + P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] + P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Diagnostics.Tracing.DiagnosticCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Diagnostics.Tracing.IncrementingEventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Diagnostics.Tracing.IncrementingPollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Diagnostics.Tracing.PollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Drawing.Color:[T:System.ComponentModel.EditorAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Drawing.Color:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Net.Mail.SmtpClient:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] + P:System.Net.ServicePointManager.EncryptionPolicy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Runtime.CompilerServices.DiscardableAttribute:[T:System.AttributeUsageAttribute] + P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IDataObject:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.AesCcm:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.WebSockets.ClientWebSocketOptions.RemoteCertificateValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.AesGcm:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] + P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.RSAPKCS1SignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.RSAPKCS1SignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Security.Cryptography.X509Certificates.DSACertificateExtensions:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Security.Cryptography.DSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] + P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] + P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] + P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] + T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll CP0016 - T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] + T:System.ComponentModel.BindingList`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)$1 + CP0016 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)$1 + CP0016 + T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0 + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0 + CP0016 + T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Diagnostics.StackFrame.#ctor(System.Boolean)$0 + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Diagnostics.StackFrame.#ctor(System.Int32,System.Boolean)$1 + CP0016 + T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.BufferedStream.Read(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.DesignerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.BufferedStream.Write(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + CP0016 + T:System.ComponentModel.MaskedTextProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.DeflateStream.Read(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Data.Common.DataAdapter:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.DeflateStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$0 + CP0016 + T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.DeflateStream.Write(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.DeflateStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$0 + CP0016 + T:System.Data.Common.DataTableMappingCollection:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.GZipStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + CP0016 + T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.GZipStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + CP0016 + T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.GZipStream.Read(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.GZipStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$0 + CP0016 + T:System.Data.ConstraintCollection:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.GZipStream.Write(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Data.DataColumn:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.Compression.GZipStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$0 + CP0016 + T:System.Data.DataColumn:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + CP0016 + T:System.Data.DataColumnCollection:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.FileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + CP0016 + T:System.Data.DataRelation:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + CP0016 + T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.FileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + CP0016 + T:System.Data.DataRelationCollection:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.FileStream.Read(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Data.DataSet:[T:System.ComponentModel.DesignerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.FileStream.Write(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Data.DataSet:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + CP0016 + T:System.Data.DataSet:[T:System.Xml.Serialization.XmlRootAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$0 + CP0016 + T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.MemoryStream.Read(System.Span{System.Byte})$0 + CP0016 + T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.MemoryStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)$0 + CP0016 + T:System.Data.DataTableCollection:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.MemoryStream.Write(System.ReadOnlySpan{System.Byte})$0 + CP0016 + T:System.Data.DataView:[T:System.ComponentModel.DesignerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.MemoryStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)$0 + CP0016 + T:System.Data.DataView:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.UnmanagedMemoryStream.Read(System.Span{System.Byte})$0 + CP0016 + T:System.Data.DataViewManager:[T:System.ComponentModel.DesignerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.IO.UnmanagedMemoryStream.Write(System.ReadOnlySpan{System.Byte})$0 + CP0016 + T:System.Data.DataViewRowState:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Net.IPAddress.Parse(System.ReadOnlySpan{System.Char})$0 + CP0016 + T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Net.IPAddress.TryParse(System.ReadOnlySpan{System.Char},System.Net.IPAddress@)$0 + CP0016 + T:System.Data.DataViewSettingCollection:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)$1 + CP0016 + T:System.Data.ForeignKeyConstraint:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + CP0016 + T:System.Data.UniqueConstraint:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)$2 + CP0016 + T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Net.Sockets.NetworkStream.Read(System.Byte[],System.Int32,System.Int32)$2 + CP0016 + T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Net.Sockets.NetworkStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$2 + CP0016 + T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Net.Sockets.NetworkStream.Write(System.Byte[],System.Int32,System.Int32)$2 + CP0016 + T:System.Diagnostics.Tracing.DiagnosticCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Net.Sockets.NetworkStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)$2 + CP0016 + T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Double},System.Numerics.Vector{System.Double})$0 + CP0016 + T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Double},System.Numerics.Vector{System.Double})$1 + CP0016 + T:System.Diagnostics.Tracing.IncrementingEventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int16},System.Numerics.Vector{System.Int16})$0 + CP0016 + T:System.Diagnostics.Tracing.IncrementingPollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int16},System.Numerics.Vector{System.Int16})$1 + CP0016 + T:System.Diagnostics.Tracing.PollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int32},System.Numerics.Vector{System.Int32})$0 + CP0016 + T:System.Drawing.Color:[T:System.ComponentModel.EditorAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int32},System.Numerics.Vector{System.Int32})$1 + CP0016 + T:System.Drawing.Color:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int64},System.Numerics.Vector{System.Int64})$0 + CP0016 + T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.Int64},System.Numerics.Vector{System.Int64})$1 + CP0016 + T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt16},System.Numerics.Vector{System.UInt16})$0 + CP0016 + T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt16},System.Numerics.Vector{System.UInt16})$1 + CP0016 + T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt32},System.Numerics.Vector{System.UInt32})$0 + CP0016 + T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt32},System.Numerics.Vector{System.UInt32})$1 + CP0016 + T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt64},System.Numerics.Vector{System.UInt64})$0 + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Narrow(System.Numerics.Vector{System.UInt64},System.Numerics.Vector{System.UInt64})$1 + CP0016 + T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Byte},System.Numerics.Vector{System.UInt16}@,System.Numerics.Vector{System.UInt16}@)$1 + CP0016 + T:System.Net.Mail.SmtpClient:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Byte},System.Numerics.Vector{System.UInt16}@,System.Numerics.Vector{System.UInt16}@)$2 + CP0016 + T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Int16},System.Numerics.Vector{System.Int32}@,System.Numerics.Vector{System.Int32}@)$1 + CP0016 + T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Int16},System.Numerics.Vector{System.Int32}@,System.Numerics.Vector{System.Int32}@)$2 + CP0016 + T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Int32},System.Numerics.Vector{System.Int64}@,System.Numerics.Vector{System.Int64}@)$1 + CP0016 + T:System.Runtime.CompilerServices.DiscardableAttribute:[T:System.AttributeUsageAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Int32},System.Numerics.Vector{System.Int64}@,System.Numerics.Vector{System.Int64}@)$2 + CP0016 + T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.SByte},System.Numerics.Vector{System.Int16}@,System.Numerics.Vector{System.Int16}@)$1 + CP0016 + T:System.Runtime.InteropServices.ComTypes.IDataObject:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.SByte},System.Numerics.Vector{System.Int16}@,System.Numerics.Vector{System.Int16}@)$2 + CP0016 + T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Single},System.Numerics.Vector{System.Double}@,System.Numerics.Vector{System.Double}@)$1 + CP0016 + T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.Single},System.Numerics.Vector{System.Double}@,System.Numerics.Vector{System.Double}@)$2 + CP0016 + T:System.Security.Cryptography.AesCcm:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.UInt16},System.Numerics.Vector{System.UInt32}@,System.Numerics.Vector{System.UInt32}@)$1 + CP0016 + T:System.Security.Cryptography.AesGcm:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.UInt16},System.Numerics.Vector{System.UInt32}@,System.Numerics.Vector{System.UInt32}@)$2 + CP0016 + T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.UInt32},System.Numerics.Vector{System.UInt64}@,System.Numerics.Vector{System.UInt64}@)$1 + CP0016 + T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Numerics.Vector.Widen(System.Numerics.Vector{System.UInt32},System.Numerics.Vector{System.UInt64}@,System.Numerics.Vector{System.UInt64}@)$2 + CP0016 + T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$0 + CP0016 + T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])$1 + CP0016 + T:System.Security.Cryptography.RSAPKCS1SignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$0 + CP0016 + T:System.Security.Cryptography.RSAPKCS1SignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])$1 + CP0016 + T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.MD5CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Security.Cryptography.X509Certificates.DSACertificateExtensions:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.SHA1Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.SHA256Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.SHA384Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.Security.Cryptography.SHA512Managed.HashCore(System.Byte[],System.Int32,System.Int32)$0 + CP0016 + T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.StringNormalizationExtensions.IsNormalized(System.String,System.Text.NormalizationForm)$0 + CP0016 + T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.StringNormalizationExtensions.IsNormalized(System.String)$0 + CP0016 + T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.StringNormalizationExtensions.Normalize(System.String,System.Text.NormalizationForm)$0 + CP0016 + T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll - CP0017 - M:System.StringNormalizationExtensions.Normalize(System.String)$0 + CP0016 + T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] netstandard2.1/netstandard.dll net7.0/netstandard.dll From 5ce44ea4b7d662395f8d0a9bfb44d07ba3842137 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 31 Aug 2022 12:29:37 +0200 Subject: [PATCH 19/45] Clean-up CoreLib suppression --- .../CompatibilitySuppressions.xml | 108 ------------------ 1 file changed, 108 deletions(-) diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml index 87f868519ee5c5..81e965661b2a53 100644 --- a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -168,112 +168,4 @@ ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - - CP0016 - M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.Thread.UnsafeStart:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.Thread.UnsafeStart(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - T:System.Diagnostics.Tracing.DiagnosticCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - T:System.Diagnostics.Tracing.IncrementingEventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - T:System.Diagnostics.Tracing.IncrementingPollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - T:System.Diagnostics.Tracing.PollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0016 - T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - \ No newline at end of file From 68d6d56457906c703b34f21a454bb95239dc6166 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 8 Sep 2022 17:46:37 +0200 Subject: [PATCH 20/45] Update suppression files with latest apicompat fix --- .../src/CompatibilitySuppressions.xml | 84 ++++++ .../src/CompatibilitySuppressions.xml | 39 +++ .../src/CompatibilitySuppressions.xml | 50 ---- .../src/CompatibilitySuppressions.xml | 8 - .../src/CompatibilitySuppressions.xml | 54 ++++ .../src/CompatibilitySuppressions.xml | 3 +- .../src/CompatibilitySuppressions.xml | 15 +- .../src/CompatibilitySuppressions.xml | 32 --- .../src/CompatibilitySuppressions.xml | 3 +- .../src/CompatibilitySuppressions.xml | 5 +- .../src/CompatibilitySuppressions.xml | 108 ++++++++ .../src/CompatibilitySuppressions.xml | 5 +- .../src/CompatibilitySuppressions.xml | 102 ++++++++ .../src/CompatibilitySuppressions.xml | 243 +++++++++++++++++- .../src/CompatibilitySuppressions.xml | 18 ++ .../src/CompatibilitySuppressions.xml | 102 ++++++++ .../src/CompatibilitySuppressions.xml | 75 ++++++ 17 files changed, 822 insertions(+), 124 deletions(-) create mode 100644 src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml index 130df3f2a01ee5..186b9ddc213f24 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml @@ -1,11 +1,35 @@  + + CP0002 + M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + CP0002 M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose ref/net7.0/Microsoft.VisualBasic.Core.dll runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + CP0014 + M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0014 + M:Microsoft.VisualBasic.CompilerServices.StringType.FromObject(System.Object)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0014 + M:Microsoft.VisualBasic.Strings.LCase(System.String)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + CP0014 M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] @@ -24,6 +48,66 @@ ref/net7.0/Microsoft.VisualBasic.Core.dll runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll + + CP0017 + M:Microsoft.VisualBasic.ComClassAttribute.set_InterfaceShadows(System.Boolean)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.DateAndTime.set_DateString(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.DateAndTime.set_TimeOfDay(System.DateTime)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.DateAndTime.set_TimeString(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.DateAndTime.set_Today(System.DateTime)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_Description(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_HelpContext(System.Int32)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_HelpFile(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_Number(System.Int32)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + + + CP0017 + M:Microsoft.VisualBasic.ErrObject.set_Source(System.String)$0 + ref/net7.0/Microsoft.VisualBasic.Core.dll + lib/net7.0/Microsoft.VisualBasic.Core.dll + CP0017 M:Microsoft.VisualBasic.ComClassAttribute.set_InterfaceShadows(System.Boolean)$0 diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml b/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..d1476fafd0f8a8 --- /dev/null +++ b/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml @@ -0,0 +1,39 @@ + + + + CP0002 + M:System.Configuration.Internal.DelegatingConfigHost.get_HasLocalConfig + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net462/System.Configuration.ConfigurationManager.dll + + + CP0002 + M:System.Configuration.Internal.DelegatingConfigHost.get_HasRoamingConfig + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net462/System.Configuration.ConfigurationManager.dll + + + CP0002 + M:System.Configuration.Internal.DelegatingConfigHost.get_IsAppConfigHttp + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net462/System.Configuration.ConfigurationManager.dll + + + CP0002 + M:System.Configuration.Internal.DelegatingConfigHost.RefreshConfigPaths + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net462/System.Configuration.ConfigurationManager.dll + + + CP0002 + M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/net462/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/net462/System.Configuration.ConfigurationManager.dll + + \ No newline at end of file diff --git a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml index e441ed9e8cab7c..07808204b769bd 100644 --- a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml @@ -3,68 +3,18 @@ CP0001 T:System.Data.Odbc.ODBC32 - lib/netcoreapp3.1/System.Data.Odbc.dll - lib/netstandard2.0/System.Data.Odbc.dll true 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/net7.0/System.Data.Odbc.dll - runtimes/tvos/lib/net7.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net6.0/System.Data.Odbc.dll - runtimes/win/lib/net6.0/System.Data.Odbc.dll - - - CP0002 - M:System.Data.Odbc.OdbcParameter.get_Offset - lib/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) - lib/net7.0/System.Data.Odbc.dll - runtimes/tvos/lib/net7.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/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 \ 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 index 7119f9c5011087..06cc61de2ad5b3 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml @@ -3,13 +3,5 @@ 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 \ 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 9cbbea8e5e83ac..9ca013598cddb8 100644 --- a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml @@ -1,5 +1,35 @@  + + CP0001 + T:System.Drawing.FontConverter + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0001 + T:System.Drawing.IconConverter + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0001 + T:System.Drawing.ImageConverter + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0001 + T:System.Drawing.ImageFormatConverter + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0001 + T:System.Drawing.Printing.MarginsConverter + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + CP0002 M:System.Drawing.Drawing2D.Matrix.#ctor(System.Numerics.Matrix3x2) @@ -49,4 +79,28 @@ lib/netstandard2.0/System.Drawing.Common.dll true + + CP0002 + F:System.Drawing.Imaging.Encoder.ColorSpace + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0002 + F:System.Drawing.Imaging.Encoder.ImageItems + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0002 + F:System.Drawing.Imaging.Encoder.SaveAsCmyk + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0002 + F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypePointer + 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 index 36b65ef2018747..ab6a0f2afe9988 100644 --- a/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml @@ -1,9 +1,8 @@  + CP0001 T:System.IO.Compression.ZLibException - ref/net7.0/System.IO.Compression.dll - runtimes/browser/lib/net7.0/System.IO.Compression.dll \ No newline at end of file diff --git a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml index fcc02f40486259..0f224c8efa4e49 100644 --- a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml @@ -1,45 +1,32 @@  + CP0001 T:System.IO.Pipes.AnonymousPipeServerStreamAcl - ref/net7.0/System.IO.Pipes.dll - runtimes/unix/lib/net7.0/System.IO.Pipes.dll CP0001 T:System.IO.Pipes.NamedPipeServerStreamAcl - ref/net7.0/System.IO.Pipes.dll - runtimes/unix/lib/net7.0/System.IO.Pipes.dll CP0001 T:System.IO.Pipes.PipeAccessRights - ref/net7.0/System.IO.Pipes.dll - runtimes/unix/lib/net7.0/System.IO.Pipes.dll CP0001 T:System.IO.Pipes.PipeAccessRule - ref/net7.0/System.IO.Pipes.dll - runtimes/unix/lib/net7.0/System.IO.Pipes.dll CP0001 T:System.IO.Pipes.PipeAuditRule - ref/net7.0/System.IO.Pipes.dll - runtimes/unix/lib/net7.0/System.IO.Pipes.dll CP0001 T:System.IO.Pipes.PipesAclExtensions - ref/net7.0/System.IO.Pipes.dll - runtimes/unix/lib/net7.0/System.IO.Pipes.dll CP0001 T:System.IO.Pipes.PipeSecurity - ref/net7.0/System.IO.Pipes.dll - runtimes/unix/lib/net7.0/System.IO.Pipes.dll \ No newline at end of file diff --git a/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml index f42297436060b4..7f942c2b444600 100644 --- a/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml @@ -3,97 +3,65 @@ 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 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 \ No newline at end of file diff --git a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml index f1b8aaaeffdebb..0f5e8063636bdd 100644 --- a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml @@ -1,9 +1,8 @@  + 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.Net.Primitives/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml index f0509a33a1e81f..59841863bde3e9 100644 --- a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml @@ -1,15 +1,12 @@  + 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 \ No newline at end of file diff --git a/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml index f48f7674039066..9ce2b974202325 100644 --- a/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Net.Security/src/CompatibilitySuppressions.xml @@ -1,5 +1,95 @@  + + 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 @@ -18,4 +108,22 @@ 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.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml index 1d3b597935b1c3..e764a9e7ec7a64 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml @@ -1,15 +1,12 @@  + 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 \ 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 c97aeecb969b96..28f1777cf50b3a 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml @@ -1,5 +1,107 @@  + + 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/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.RSA,System.Security.Cryptography.RSASignaturePadding) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net462/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.CmsSigner.get_PrivateKey + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net462/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.CmsSigner.get_SignaturePadding + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net462/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/net462/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.CmsSigner.set_SignaturePadding(System.Security.Cryptography.RSASignaturePadding) + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net462/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/net462/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/net462/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/net462/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/net462/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/net462/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/net462/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/net462/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignerInfo.get_SignatureAlgorithm + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net462/System.Security.Cryptography.Pkcs.dll + + + CP0002 + M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature + lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll + lib/net462/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/net462/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/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) diff --git a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml index f2ae237bb6023f..040290e64521f8 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml @@ -1,21 +1,248 @@  + CP0001 T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net6.0/System.Security.Cryptography.Xml.dll - lib/net6.0/System.Security.Cryptography.Xml.dll CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net7.0/System.Security.Cryptography.Xml.dll - lib/net7.0/System.Security.Cryptography.Xml.dll + T:System.Security.Cryptography.Xml.CipherData + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/netstandard2.0/System.Security.Cryptography.Xml.dll + T:System.Security.Cryptography.Xml.CipherReference + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.DataObject + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.DataReference + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.DSAKeyValue + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.EncryptedData + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.EncryptedKey + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.EncryptedReference + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.EncryptedType + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.EncryptedXml + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.EncryptionMethod + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.EncryptionProperty + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.EncryptionPropertyCollection + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.IRelDecryptor + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.KeyInfo + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.KeyInfoClause + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.KeyInfoName + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.KeyInfoNode + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.KeyInfoX509Data + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.KeyReference + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.Reference + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.ReferenceList + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.RSAKeyValue + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.Signature + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.SignedInfo + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.SignedXml + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.Transform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.TransformChain + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlDecryptionTransform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlDsigBase64Transform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlDsigC14NTransform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlDsigXPathTransform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlDsigXsltTransform + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.XmlLicenseTransform + 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.Permissions/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml index 0a5a1959c680b3..0b5944bdde9f57 100644 --- a/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Permissions/src/CompatibilitySuppressions.xml @@ -14,4 +14,22 @@ lib/netstandard2.0/System.Security.Permissions.dll true + + CP0002 + M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0002 + M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32) + lib/netstandard2.0/System.Security.Permissions.dll + lib/net462/System.Security.Permissions.dll + + + CP0002 + M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor + 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 dd6a17fdba9c4d..491f69066f09c2 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.ServiceModel.Syndication/src/CompatibilitySuppressions.xml @@ -1,5 +1,35 @@  + + CP0001 + T:System.ServiceModel.Syndication.SyndicationTextInput + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.TryParseDateTimeCallback + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.TryParseUriCallback + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.XmlDateTimeData + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0001 + T:System.ServiceModel.Syndication.XmlUriData + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + CP0001 T:System.ServiceModel.Syndication.SyndicationTextInput @@ -30,6 +60,78 @@ ref/netstandard2.0/System.ServiceModel.Syndication.dll lib/netstandard2.0/System.ServiceModel.Syndication.dll + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_Documentation + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipDays + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_SkipHours + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_TextInput + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.get_TimeToLive + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.set_Documentation(System.ServiceModel.Syndication.SyndicationLink) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.set_TextInput(System.ServiceModel.Syndication.SyndicationTextInput) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeed.set_TimeToLive(System.Nullable{System.TimeSpan}) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_DateTimeParser + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.get_UriParser + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_DateTimeParser(System.ServiceModel.Syndication.TryParseDateTimeCallback) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + + + CP0002 + M:System.ServiceModel.Syndication.SyndicationFeedFormatter.set_UriParser(System.ServiceModel.Syndication.TryParseUriCallback) + lib/netstandard2.0/System.ServiceModel.Syndication.dll + lib/net462/System.ServiceModel.Syndication.dll + CP0002 M:System.ServiceModel.Syndication.SyndicationFeed.get_Documentation diff --git a/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml b/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..fa8650e58d9337 --- /dev/null +++ b/src/libraries/System.Threading.AccessControl/src/CompatibilitySuppressions.xml @@ -0,0 +1,75 @@ + + + + CP0001 + T:System.Security.AccessControl.EventWaitHandleAccessRule + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.EventWaitHandleAuditRule + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.EventWaitHandleRights + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.EventWaitHandleSecurity + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.MutexAccessRule + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.MutexAuditRule + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.MutexRights + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.MutexSecurity + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.SemaphoreAccessRule + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.SemaphoreAuditRule + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.SemaphoreRights + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + + CP0001 + T:System.Security.AccessControl.SemaphoreSecurity + lib/netstandard2.0/System.Threading.AccessControl.dll + lib/net462/System.Threading.AccessControl.dll + + \ No newline at end of file From 779582de9b5297e05ce0c11dafcbe3c9fe9c2a9b Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 12 Sep 2022 19:50:00 +0200 Subject: [PATCH 21/45] Update suppression files --- NuGet.config | 2 - .../src/CompatibilitySuppressions.xml | 315 ----------------- .../src/CompatibilitySuppressions.xml | 327 ------------------ .../src/CompatibilitySuppressions.xml | 9 - 4 files changed, 653 deletions(-) delete mode 100644 src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.ValueTuple/src/CompatibilitySuppressions.xml diff --git a/NuGet.config b/NuGet.config index 3956343dc8d382..33b098b1293e57 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,8 +12,6 @@ one as a template. The following line is a marker to insert the test restore sources. --> - - diff --git a/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml deleted file mode 100644 index 86c168a005c575..00000000000000 --- a/src/libraries/Microsoft.Internal.Runtime.AspNetCore.Transport/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,315 +0,0 @@ - - - - CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net7.0/System.Security.Cryptography.Xml.dll - lib/net7.0/System.Security.Cryptography.Xml.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left - lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left - lib/net7.0/System.Threading.RateLimiting.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Caching.Abstractions.dll - lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Caching.Abstractions.dll - right - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Caching.Memory.dll - lib/net7.0/Microsoft.Extensions.Caching.Memory.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll - lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.Binder.dll - lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.CommandLine.dll - lib/net7.0/Microsoft.Extensions.Configuration.CommandLine.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.dll - lib/net7.0/Microsoft.Extensions.Configuration.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll - lib/net7.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll - lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.Ini.dll - lib/net7.0/Microsoft.Extensions.Configuration.Ini.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.Json.dll - lib/net7.0/Microsoft.Extensions.Configuration.Json.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.UserSecrets.dll - lib/net7.0/Microsoft.Extensions.Configuration.UserSecrets.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Configuration.Xml.dll - lib/net7.0/Microsoft.Extensions.Configuration.Xml.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll - lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll - - - CP1002 - System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.DependencyInjection.dll - lib/net7.0/Microsoft.Extensions.DependencyInjection.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.DependencyInjection.dll - lib/net7.0/Microsoft.Extensions.DependencyInjection.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.FileProviders.Abstractions.dll - lib/net7.0/Microsoft.Extensions.FileProviders.Abstractions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.FileProviders.Composite.dll - lib/net7.0/Microsoft.Extensions.FileProviders.Composite.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.FileProviders.Physical.dll - lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll - lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll - lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Hosting.dll - lib/net7.0/Microsoft.Extensions.Hosting.dll - - - CP1002 - System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Http.dll - lib/net7.0/Microsoft.Extensions.Http.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Http.dll - lib/net7.0/Microsoft.Extensions.Http.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Logging.Abstractions.dll - lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Logging.Configuration.dll - lib/net7.0/Microsoft.Extensions.Logging.Configuration.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Logging.Console.dll - lib/net7.0/Microsoft.Extensions.Logging.Console.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Logging.Debug.dll - lib/net7.0/Microsoft.Extensions.Logging.Debug.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Logging.dll - lib/net7.0/Microsoft.Extensions.Logging.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Logging.EventLog.dll - lib/net7.0/Microsoft.Extensions.Logging.EventLog.dll - - - CP1002 - System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Logging.EventSource.dll - lib/net7.0/Microsoft.Extensions.Logging.EventSource.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Logging.EventSource.dll - lib/net7.0/Microsoft.Extensions.Logging.EventSource.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Logging.TraceSource.dll - lib/net7.0/Microsoft.Extensions.Logging.TraceSource.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll - lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Options.DataAnnotations.dll - lib/net7.0/Microsoft.Extensions.Options.DataAnnotations.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Options.dll - lib/net7.0/Microsoft.Extensions.Options.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Extensions.Primitives.dll - lib/net7.0/Microsoft.Extensions.Primitives.dll - - - CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Diagnostics.EventLog.dll - lib/net7.0/System.Diagnostics.EventLog.dll - - - CP1002 - System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Diagnostics.EventLog.dll - lib/net7.0/System.Diagnostics.EventLog.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Diagnostics.EventLog.dll - lib/net7.0/System.Diagnostics.EventLog.dll - - - CP1002 - System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 - ref/net7.0/System.IO.Pipelines.dll - lib/net7.0/System.IO.Pipelines.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.IO.Pipelines.dll - lib/net7.0/System.IO.Pipelines.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Cryptography.Xml.dll - lib/net7.0/System.Security.Cryptography.Xml.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Threading.RateLimiting.dll - right - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml deleted file mode 100644 index 2106d979de04dd..00000000000000 --- a/src/libraries/Microsoft.Internal.Runtime.WindowsDesktop.Transport/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,327 +0,0 @@ - - - - CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net7.0/System.Security.Cryptography.Xml.dll - lib/net7.0/System.Security.Cryptography.Xml.dll - - - CP0004 - System.Diagnostics.EventLog.Messages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 - left - lib/net7.0/System.Diagnostics.EventLog.Messages.dll - - - CP1002 - Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left - lib/net7.0/Microsoft.Win32.Registry.AccessControl.dll - - - CP1002 - System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left - lib/net7.0/System.Drawing.Common.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left - lib/net7.0/System.Security.Permissions.dll - - - CP1002 - System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - left - lib/net7.0/System.Security.Permissions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Win32.Registry.AccessControl.dll - lib/net7.0/Microsoft.Win32.Registry.AccessControl.dll - - - CP1002 - Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Win32.Registry.AccessControl.dll - right - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/Microsoft.Win32.SystemEvents.dll - lib/net7.0/Microsoft.Win32.SystemEvents.dll - - - CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.CodeDom.dll - lib/net7.0/System.CodeDom.dll - - - CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.CodeDom.dll - lib/net7.0/System.CodeDom.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.CodeDom.dll - lib/net7.0/System.CodeDom.dll - - - CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP1002 - System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP1002 - System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP1002 - System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP1002 - System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP1002 - System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Diagnostics.EventLog.dll - lib/net7.0/System.Diagnostics.EventLog.dll - - - CP1002 - System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Diagnostics.EventLog.dll - lib/net7.0/System.Diagnostics.EventLog.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Diagnostics.EventLog.dll - lib/net7.0/System.Diagnostics.EventLog.dll - - - CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Diagnostics.PerformanceCounter.dll - lib/net7.0/System.Diagnostics.PerformanceCounter.dll - - - CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Diagnostics.PerformanceCounter.dll - lib/net7.0/System.Diagnostics.PerformanceCounter.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Diagnostics.PerformanceCounter.dll - lib/net7.0/System.Diagnostics.PerformanceCounter.dll - - - CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.DirectoryServices.dll - lib/net7.0/System.DirectoryServices.dll - - - CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.DirectoryServices.dll - lib/net7.0/System.DirectoryServices.dll - - - CP1002 - System.IO.FileSystem.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.DirectoryServices.dll - lib/net7.0/System.DirectoryServices.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.DirectoryServices.dll - lib/net7.0/System.DirectoryServices.dll - - - CP1002 - System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.DirectoryServices.dll - lib/net7.0/System.DirectoryServices.dll - - - CP1002 - System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.DirectoryServices.dll - lib/net7.0/System.DirectoryServices.dll - - - CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP1002 - System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP1002 - System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Drawing.Common.dll - lib/net7.0/System.Drawing.Common.dll - - - CP1002 - System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Drawing.Common.dll - right - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.IO.Packaging.dll - lib/net7.0/System.IO.Packaging.dll - - - CP1002 - System.Resources.Writer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Resources.Extensions.dll - lib/net7.0/System.Resources.Extensions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Resources.Extensions.dll - lib/net7.0/System.Resources.Extensions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Cryptography.Pkcs.dll - lib/net7.0/System.Security.Cryptography.Pkcs.dll - - - CP1002 - System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Cryptography.Pkcs.dll - lib/net7.0/System.Security.Cryptography.Pkcs.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Cryptography.ProtectedData.dll - lib/net7.0/System.Security.Cryptography.ProtectedData.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Cryptography.Xml.dll - lib/net7.0/System.Security.Cryptography.Xml.dll - - - CP1002 - System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Permissions.dll - lib/net7.0/System.Security.Permissions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Permissions.dll - lib/net7.0/System.Security.Permissions.dll - - - CP1002 - System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Permissions.dll - lib/net7.0/System.Security.Permissions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Permissions.dll - right - - - CP1002 - System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Security.Permissions.dll - right - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Threading.AccessControl.dll - lib/net7.0/System.Threading.AccessControl.dll - - - CP1002 - System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Threading.AccessControl.dll - lib/net7.0/System.Threading.AccessControl.dll - - - CP1002 - System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Windows.Extensions.dll - lib/net7.0/System.Windows.Extensions.dll - - - CP1002 - System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Windows.Extensions.dll - lib/net7.0/System.Windows.Extensions.dll - - - CP1002 - System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Windows.Extensions.dll - lib/net7.0/System.Windows.Extensions.dll - - \ No newline at end of file diff --git a/src/libraries/System.ValueTuple/src/CompatibilitySuppressions.xml b/src/libraries/System.ValueTuple/src/CompatibilitySuppressions.xml deleted file mode 100644 index 45231b8429207c..00000000000000 --- a/src/libraries/System.ValueTuple/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0003 - System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 - ref/net7.0/System.ValueTuple.dll - lib/net7.0/System.ValueTuple.dll - - \ No newline at end of file From 0630ec78ce2c9bfc2ec0b1482bb4d0b0118e50fb Mon Sep 17 00:00:00 2001 From: smasher164 Date: Mon, 19 Sep 2022 11:29:53 -0700 Subject: [PATCH 22/45] update suppressions --- .../src/CompatibilitySuppressions.xml | 1 - .../src/CompatibilitySuppressions.xml | 1 - .../System.Linq/src/CompatibilitySuppressions.xml | 1 - .../src/CompatibilitySuppressions.xml | 1 - .../src/CompatibilitySuppressions.xml | 1 - .../src/CompatibilitySuppressions.xml | 1 - .../ApiCompatBaseline.NetCoreAppLatestStable.xml | 12 ++++++++++++ .../apicompat/ApiCompatBaseline.netstandard2.0.xml | 12 ++++++++++++ .../apicompat/ApiCompatBaseline.netstandard2.1.xml | 6 ++++++ 9 files changed, 30 insertions(+), 6 deletions(-) diff --git a/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml index ab6a0f2afe9988..e898f1ac1622b0 100644 --- a/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml @@ -1,6 +1,5 @@  - CP0001 T:System.IO.Compression.ZLibException diff --git a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml index 0f224c8efa4e49..712d0720f98eff 100644 --- a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml @@ -1,6 +1,5 @@  - CP0001 T:System.IO.Pipes.AnonymousPipeServerStreamAcl diff --git a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml index 0f5e8063636bdd..ff3c16c87b36b5 100644 --- a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml @@ -1,6 +1,5 @@  - CP0001 T:System.Linq.Grouping`2 diff --git a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml index 59841863bde3e9..0ff59669df9ce6 100644 --- a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml @@ -1,6 +1,5 @@  - CP0001 T:System.Net.CookieVariant diff --git a/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml index e764a9e7ec7a64..0b942b94f226d7 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml @@ -1,6 +1,5 @@  - CP0001 T:System.Runtime.Serialization.SerializationEventHandler diff --git a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml index 040290e64521f8..b7b2fa1c144f6e 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml @@ -1,6 +1,5 @@  - CP0001 T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException diff --git a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml index cff3c74f570001..b5b81f1383a9fc 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml @@ -4332,6 +4332,12 @@ net6.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] @@ -10890,6 +10896,12 @@ net6.0/System.Net.dll net7.0/System.Net.dll + + CP0016 + M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + net6.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + CP0016 M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml index f765bcc56b6cba..9cf0ab31a05490 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml @@ -14832,6 +14832,12 @@ netstandard2.0/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] @@ -34236,6 +34242,12 @@ netstandard2.0/System.Net.Http.dll net7.0/System.Net.Http.dll + + CP0016 + M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.0/System.Net.Http.dll + net7.0/System.Net.Http.dll + CP0016 M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml index 561e7530566ab1..51abaceb145737 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml @@ -7242,6 +7242,12 @@ netstandard2.1/netstandard.dll net7.0/netstandard.dll + + CP0016 + M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] + netstandard2.1/netstandard.dll + net7.0/netstandard.dll + CP0016 M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] From 5fb86eb8b497493293d429e134115380c63aade5 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 21 Sep 2022 13:02:53 +0200 Subject: [PATCH 23/45] Update suppression files --- .../src/CompatibilitySuppressions.xml | 20 +--- .../src/CompatibilitySuppressions.xml | 112 ------------------ .../src/CompatibilitySuppressions.xml | 3 +- .../src/CompatibilitySuppressions.xml | 8 -- .../src/CompatibilitySuppressions.xml | 33 ------ .../src/CompatibilitySuppressions.xml | 2 + .../src/CompatibilitySuppressions.xml | 2 - .../src/CompatibilitySuppressions.xml | 1 + .../src/CompatibilitySuppressions.xml | 1 + .../src/CompatibilitySuppressions.xml | 1 + .../src/CompatibilitySuppressions.xml | 1 + .../src/CompatibilitySuppressions.xml | 15 +-- .../src/CompatibilitySuppressions.xml | 1 + .../src/CompatibilitySuppressions.xml | 1 + .../CompatibilitySuppressions.Threading.xml | 18 --- .../src/CompatibilitySuppressions.xml | 3 +- 16 files changed, 13 insertions(+), 209 deletions(-) delete mode 100644 src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml index 6a0423a4431c84..351ed52d0372da 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml @@ -1,31 +1,15 @@  + 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}) - lib/net461/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll true + CP0002 M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExplictServiceRegisterationWithIsService - lib/net461/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - true - - - 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}) - lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - true - - - CP0002 - M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExplictServiceRegisterationWithIsService - lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll - lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Specification.Tests.dll true \ No newline at end of file diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml index 186b9ddc213f24..a00b040e8ca145 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml @@ -3,169 +3,57 @@ CP0002 M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0002 - M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0014 - M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0014 - M:Microsoft.VisualBasic.CompilerServices.StringType.FromObject(System.Object)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0014 - M:Microsoft.VisualBasic.Strings.LCase(System.String)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll CP0014 M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0014 M:Microsoft.VisualBasic.CompilerServices.StringType.FromObject(System.Object)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0014 M:Microsoft.VisualBasic.Strings.LCase(System.String)->string?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.ComClassAttribute.set_InterfaceShadows(System.Boolean)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.DateAndTime.set_DateString(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.DateAndTime.set_TimeOfDay(System.DateTime)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.DateAndTime.set_TimeString(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.DateAndTime.set_Today(System.DateTime)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.ErrObject.set_Description(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.ErrObject.set_HelpContext(System.Int32)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.ErrObject.set_HelpFile(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.ErrObject.set_Number(System.Int32)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0017 - M:Microsoft.VisualBasic.ErrObject.set_Source(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.ComClassAttribute.set_InterfaceShadows(System.Boolean)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.DateAndTime.set_DateString(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.DateAndTime.set_TimeOfDay(System.DateTime)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.DateAndTime.set_TimeString(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.DateAndTime.set_Today(System.DateTime)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.ErrObject.set_Description(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.ErrObject.set_HelpContext(System.Int32)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.ErrObject.set_HelpFile(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.ErrObject.set_Number(System.Int32)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll CP0017 M:Microsoft.VisualBasic.ErrObject.set_Source(System.String)$0 - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.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 index cd776dbc5648d2..a941952fee7773 100644 --- a/src/libraries/System.Collections.Specialized/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Collections.Specialized/src/CompatibilitySuppressions.xml @@ -1,9 +1,8 @@  + CP0001 T:System.Collections.Specialized.ListDictionary.DictionaryNode - ref/net7.0/System.Collections.Specialized.dll - lib/net7.0/System.Collections.Specialized.dll \ No newline at end of file diff --git a/src/libraries/System.Collections/src/CompatibilitySuppressions.xml b/src/libraries/System.Collections/src/CompatibilitySuppressions.xml index c6535b887c8c7f..c313881d43172b 100644 --- a/src/libraries/System.Collections/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Collections/src/CompatibilitySuppressions.xml @@ -3,25 +3,17 @@ CP0001 T:System.Collections.Generic.SortedDictionary`2.KeyValuePairComparer - ref/net7.0/System.Collections.dll - lib/net7.0/System.Collections.dll CP0001 T:System.Collections.Generic.SortedList`2.KeyList - ref/net7.0/System.Collections.dll - lib/net7.0/System.Collections.dll CP0001 T:System.Collections.Generic.SortedList`2.ValueList - ref/net7.0/System.Collections.dll - lib/net7.0/System.Collections.dll CP0001 T:System.Collections.Generic.TreeSet`1 - ref/net7.0/System.Collections.dll - lib/net7.0/System.Collections.dll \ No newline at end of file diff --git a/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml deleted file mode 100644 index 7e7335eb405b48..00000000000000 --- a/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - CP0016 - M:System.Data.Common.DbDataReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbDataReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTableReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTableReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - \ No newline at end of file diff --git a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml index 07808204b769bd..7be7612f396d3a 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 @@ -9,6 +10,7 @@ CP0001 T:System.Data.Odbc.ODBC32 + CP0002 M:System.Data.Odbc.OdbcParameter.get_Offset diff --git a/src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml index 7c2d123cf892fa..d7f1235b6f415a 100644 --- a/src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Diagnostics.Debug/src/CompatibilitySuppressions.xml @@ -3,7 +3,5 @@ CP0002 M:System.Diagnostics.Debug.SetProvider(System.Diagnostics.DebugProvider) - ref/net7.0/System.Diagnostics.Debug.dll - lib/net7.0/System.Diagnostics.Debug.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 index e898f1ac1622b0..ab6a0f2afe9988 100644 --- a/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml @@ -1,5 +1,6 @@  + CP0001 T:System.IO.Compression.ZLibException diff --git a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml index 712d0720f98eff..0f224c8efa4e49 100644 --- a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml @@ -1,5 +1,6 @@  + CP0001 T:System.IO.Pipes.AnonymousPipeServerStreamAcl diff --git a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml index ff3c16c87b36b5..0f5e8063636bdd 100644 --- a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml @@ -1,5 +1,6 @@  + CP0001 T:System.Linq.Grouping`2 diff --git a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml index 0ff59669df9ce6..28abd7533b17f3 100644 --- a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml @@ -1,5 +1,6 @@  + CP0001 T:System.Net.CookieVariant diff --git a/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml b/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml index fb3d2186e2d2da..afe6f69d4c0590 100644 --- a/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Reflection.Context/src/CompatibilitySuppressions.xml @@ -1,21 +1,8 @@  + CP0003 System.Reflection.Context, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ref/net6.0/System.Reflection.Context.dll - lib/net6.0/System.Reflection.Context.dll - - - CP0003 - System.Reflection.Context, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ref/net7.0/System.Reflection.Context.dll - lib/net7.0/System.Reflection.Context.dll - - - CP0003 - System.Reflection.Context, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ref/netstandard2.1/System.Reflection.Context.dll - lib/netstandard2.1/System.Reflection.Context.dll \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml index 0b942b94f226d7..e764a9e7ec7a64 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml @@ -1,5 +1,6 @@  + CP0001 T:System.Runtime.Serialization.SerializationEventHandler diff --git a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml index b7b2fa1c144f6e..040290e64521f8 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.CryptoSignedXmlRecursionException diff --git a/src/libraries/System.Threading.ThreadPool/src/CompatibilitySuppressions.Threading.xml b/src/libraries/System.Threading.ThreadPool/src/CompatibilitySuppressions.Threading.xml index 5c7e6547bade5a..cd037beb6b0137 100644 --- a/src/libraries/System.Threading.ThreadPool/src/CompatibilitySuppressions.Threading.xml +++ b/src/libraries/System.Threading.ThreadPool/src/CompatibilitySuppressions.Threading.xml @@ -3,55 +3,37 @@ CP0014 M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Threading.ThreadPool.dll - lib/net7.0/System.Threading.ThreadPool.dll CP0014 M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Threading.ThreadPool.dll - lib/net7.0/System.Threading.ThreadPool.dll CP0014 M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Threading.ThreadPool.dll - lib/net7.0/System.Threading.ThreadPool.dll CP0014 M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Threading.ThreadPool.dll - lib/net7.0/System.Threading.ThreadPool.dll CP0014 M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Threading.ThreadPool.dll - lib/net7.0/System.Threading.ThreadPool.dll CP0014 M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Threading.ThreadPool.dll - lib/net7.0/System.Threading.ThreadPool.dll CP0014 M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Threading.ThreadPool.dll - lib/net7.0/System.Threading.ThreadPool.dll CP0014 M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Threading.ThreadPool.dll - lib/net7.0/System.Threading.ThreadPool.dll CP0014 T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - ref/net7.0/System.Threading.ThreadPool.dll - lib/net7.0/System.Threading.ThreadPool.dll \ No newline at end of file diff --git a/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml index 75b720080db99c..43b6d281a72e18 100644 --- a/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Xml.ReaderWriter/src/CompatibilitySuppressions.xml @@ -1,9 +1,8 @@  + CP0015 T:System.Xml.IApplicationResourceStreamResolver:[T:System.ObsoleteAttribute] - ref/net7.0/System.Xml.ReaderWriter.dll - lib/net7.0/System.Xml.ReaderWriter.dll \ No newline at end of file From 5ecd6fe3ff78c74c3d674e9b369e2d377c1a896b Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 21 Sep 2022 14:03:36 +0200 Subject: [PATCH 24/45] Clean-up obsolete suppression files --- .../src/CompatibilitySuppressions.xml | 9 --------- .../src/CompatibilitySuppressions.xml | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml diff --git a/src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml deleted file mode 100644 index 99d19ff0ace787..00000000000000 --- a/src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0002 - M:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.#ctor - lib/netstandard2.0/Microsoft.Extensions.Hosting.dll - lib/netstandard2.1/Microsoft.Extensions.Hosting.dll - - \ No newline at end of file diff --git a/src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml deleted file mode 100644 index 36d36af2700c3a..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0003 - System.Runtime.Serialization.Schema, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Runtime.Serialization.Schema.dll - lib/net7.0/System.Runtime.Serialization.Schema.dll - - \ No newline at end of file From 4a1329d81ba66185552ee4244131c3d60b481e92 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 21 Sep 2022 21:18:11 +0200 Subject: [PATCH 25/45] Update suppression files --- .../src/CompatibilitySuppressions.xml | 4 - .../src/CompatibilitySuppressions.xml | 99 ------------------- 2 files changed, 103 deletions(-) delete mode 100644 src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml index a00b040e8ca145..694c5ec1802e6b 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml @@ -1,9 +1,5 @@  - - CP0002 - M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose - CP0014 M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] diff --git a/src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml b/src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml deleted file mode 100644 index be03c0d7c9c07b..00000000000000 --- a/src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) - ref/net462/System.Threading.RateLimiting.dll - lib/net462/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) - ref/net462/System.Threading.RateLimiting.dll - lib/net462/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) - ref/net462/System.Threading.RateLimiting.dll - lib/net462/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) - ref/net462/System.Threading.RateLimiting.dll - lib/net462/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) - ref/net6.0/System.Threading.RateLimiting.dll - lib/net6.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) - ref/net6.0/System.Threading.RateLimiting.dll - lib/net6.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) - ref/net6.0/System.Threading.RateLimiting.dll - lib/net6.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) - ref/net6.0/System.Threading.RateLimiting.dll - lib/net6.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) - ref/netstandard2.0/System.Threading.RateLimiting.dll - lib/netstandard2.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) - ref/netstandard2.0/System.Threading.RateLimiting.dll - lib/netstandard2.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) - ref/netstandard2.0/System.Threading.RateLimiting.dll - lib/netstandard2.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) - ref/netstandard2.0/System.Threading.RateLimiting.dll - lib/netstandard2.0/System.Threading.RateLimiting.dll - - \ No newline at end of file From a45f3d471d854593465f76065cb2c98bdb724d11 Mon Sep 17 00:00:00 2001 From: smasher164 Date: Thu, 29 Sep 2022 14:38:06 -0700 Subject: [PATCH 26/45] update suppressions --- .../CompatibilitySuppressions.xml | 140 +- .../src/CompatibilitySuppressions.xml | 1605 ----------------- .../src/CompatibilitySuppressions.xml | 9 - .../src/CompatibilitySuppressions.xml | 12 - .../src/CompatibilitySuppressions.xml | 15 + .../src/CompatibilitySuppressions.xml | 1080 +++++++++++ .../src/CompatibilitySuppressions.xml | 33 - .../src/CompatibilitySuppressions.xml | 350 ++++ .../src/CompatibilitySuppressions.xml | 8 + .../src/CompatibilitySuppressions.xml | 21 + .../src/CompatibilitySuppressions.xml | 15 - .../src/CompatibilitySuppressions.xml | 24 + .../src/CompatibilitySuppressions.xml | 14 + .../src/CompatibilitySuppressions.xml | 14 + .../src/CompatibilitySuppressions.xml | 344 ++++ .../src/CompatibilitySuppressions.xml | 26 + .../src/CompatibilitySuppressions.xml | 69 + .../src/CompatibilitySuppressions.xml | 28 + .../src/CompatibilitySuppressions.xml | 52 + .../src/CompatibilitySuppressions.xml | 9 - .../src/CompatibilitySuppressions.xml | 102 -- .../src/CompatibilitySuppressions.xml | 26 +- .../src/CompatibilitySuppressions.xml | 21 + .../src/CompatibilitySuppressions.xml | 99 - .../ApiCompatBaseline.netstandard2.0.xml | 36 + .../CompatibilitySuppressions.xml | 159 -- 26 files changed, 2129 insertions(+), 2182 deletions(-) delete mode 100644 src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.ComponentModel.TypeConverter/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Diagnostics.TraceSource/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Net.Http/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Text.RegularExpressions/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml delete mode 100644 src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml index 81e965661b2a53..f55472b52dbfc9 100644 --- a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -6,36 +6,6 @@ ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - - CP0001 - T:Internal.Runtime.InteropServices.ComActivationContextInternal - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.InteropServices.ComActivator - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.InteropServices.ComponentActivator - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.InteropServices.InMemoryAssemblyLoader - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.Tracing.TraceLoggingEventTypes - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - CP0001 T:System.Runtime.CompilerServices.ICastable @@ -55,116 +25,14 @@ lib/Debug/System.Private.CoreLib.dll - CP0002 - M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.add_ProcessExit(System.EventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.remove_ProcessExit(System.EventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Diagnostics.Tracing.EventCounter.Flush - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Environment.FailFast(System.String,System.Exception,System.String) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Reflection.Module.GetModuleHandleImpl - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.WeakReference.#ctor - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - M:System.IO.FileSystemInfo.get_Exists - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - M:System.IO.FileSystemInfo.get_Name - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - P:System.IO.FileSystemInfo.Exists + CP0020 + M:System.Diagnostics.Tracing.EventListener.EventSourceIndex(System.Diagnostics.Tracing.EventSource) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - CP0013 - P:System.IO.FileSystemInfo.Name + CP0020 + M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml deleted file mode 100644 index 097baa47b2da4c..00000000000000 --- a/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,1605 +0,0 @@ - - - - CP0001 - T:Internal.Console - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.DeveloperExperience.DeveloperExperience - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ArraySignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ArraySignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.AssemblyFlags - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.AssemblyHashAlgorithm - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.BooleanCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ByReferenceSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ByReferenceSignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ByteCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.CharCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBooleanArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBooleanArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBooleanValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBooleanValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantByteArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantByteArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantByteValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantByteValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantCharArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantCharArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantCharValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantCharValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantDoubleArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantDoubleArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantDoubleValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantDoubleValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantEnumArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantEnumArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantHandleArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantHandleArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt16Array - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt16ArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt16Value - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt16ValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt32Array - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt32ArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt32Value - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt32ValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt64Array - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt64ArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt64Value - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt64ValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantReferenceValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantReferenceValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSByteArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSByteArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSByteValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSByteValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSingleArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSingleArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSingleValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSingleValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantStringArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantStringArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantStringValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantStringValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt16Array - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt16ArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt16Value - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt16ValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt32Array - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt32ArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt32Value - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt32ValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt64Array - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt64ArrayHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt64Value - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt64ValueHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.CustomAttribute - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.CustomAttributeHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.CustomAttributeHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.DoubleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Event - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.EventHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.EventHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Field - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FieldHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FieldHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FieldSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FieldSignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FunctionPointerSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FunctionPointerSignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.GenericParameter - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.GenericParameterHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.GenericParameterHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.GenericParameterKind - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Handle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.HandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.HandleType - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Int16Collection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Int32Collection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Int64Collection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MemberReference - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MemberReferenceHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MetadataReader - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Method - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodInstantiation - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodInstantiationHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSemantics - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSemanticsAttributes - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSemanticsHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSemanticsHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodTypeVariableSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodTypeVariableSignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ModifiedType - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ModifiedTypeHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamedArgument - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamedArgumentHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamedArgumentHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamedArgumentMemberKind - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceDefinition - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceReference - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceReferenceHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NativeFormatReaderExtensions - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Parameter - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ParameterHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ParameterHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PInvokeAttributes - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PointerSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PointerSignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Property - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PropertyHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PropertyHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PropertySignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PropertySignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.QualifiedField - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.QualifiedFieldHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.QualifiedMethod - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.QualifiedMethodHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.SByteCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeDefinition - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeDefinitionHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeDefinitionHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeReference - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeReferenceHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.SingleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.SZArraySignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.SZArraySignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeDefinition - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeDefinitionHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeDefinitionHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeForwarder - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeForwarderHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeForwarderHandleCollection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeInstantiationSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeInstantiationSignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeReference - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeReferenceHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeSpecification - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeSpecificationHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeVariableSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeVariableSignatureHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.UInt16Collection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.UInt32Collection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.UInt64Collection - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Augments.ReflectionAugments - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Augments.ReflectionCoreCallbacks - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.AssemblyBinder - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.AssemblyBindResult - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.ExecutionDomain - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.ExecutionEnvironment - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.FieldAccessor - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.MethodInvoker - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.ReflectionCoreExecution - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.QScopeDefinition - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.ReflectionDomainSetup - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInheritanceRules - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInstantiator - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.DynamicDelegateAugments - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.RuntimeAugments - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.StackTraceMetadataCallbacks - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.TypeLoaderCallbacks - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CanonTypeKind - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerHelpers.MathHelpers - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerHelpers.StartupCodeHelpers - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerHelpers.ThrowHelpers - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.FixupRuntimeTypeHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.FunctionPointerOps - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.GenericMethodDescriptor - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.MethodNameAndSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.OpenMethodResolver - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.RuntimeFieldHandleInfo - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.RuntimeMethodHandleInfo - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.RuntimeSignature - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.InteropServices.ComponentActivator - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.ReadyToRunSectionType - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.TypeManagerHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.TypeSystem.ExceptionStringID - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.TypeSystem.LockFreeReaderHashtable`2 - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Array`1 - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.DebugAnnotations - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.DebuggerGuidedStepThroughAttribute - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.Tracing.PropertyValue - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.Tracing.TraceLoggingEventTypes - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.MDArray - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.AssemblyRuntimeNameHelpers - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.BinderBundle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.DynamicInvokeInfo - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.EnumInfo - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.MetadataReaderExtensions - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.NativeFormatMetadataReaderExtensions - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QGenericParameter - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QMethodDefinition - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QSignatureTypeHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QTypeDefinition - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QTypeDefRefOrSpec - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.RuntimeAssembly - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.RuntimeAssemblyName - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Resources.RuntimeResourceSet - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.EagerStaticClassConstructionAttribute - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ForceDictionaryLookupsAttribute - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ForceLazyDictionaryAttribute - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ICastable - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ReflectionBlockedAttribute - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.StaticClassConstructionContext - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.ExceptionIDs - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.InteropServices.InteropExtensions - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.InteropServices.NativeFunctionPointerWrapper - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.InteropServices.PInvokeMarshal - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.InteropServices.UnsafeGCHandle - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.RhFailFastReason - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.RuntimeImportAttribute - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.RuntimeImports - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.RuntimeObjectFactory - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.TypeLoaderExports - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.RuntimeExceptionHelpers - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.RuntimeType - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Threading.Condition - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Threading.Lock - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Threading.LockHolder - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - F:System.Resources.ResourceManager.BaseNameField - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - F:System.Resources.ResourceSet.Reader - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.add_ProcessExit(System.EventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.remove_ProcessExit(System.EventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Diagnostics.Tracing.EventCounter.Flush - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.ModuleHandle.#ctor(System.Reflection.Module) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Reflection.MethodBase.get_MetadataDefinitionMethod - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Reflection.MethodBase.GetParametersNoCopy - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Reflection.Module.GetModuleHandleImpl - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.TypedReference.get_IsNull - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - M:System.IO.FileSystemInfo.get_Exists - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - M:System.IO.FileSystemInfo.get_Name - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - P:System.IO.FileSystemInfo.Exists - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - P:System.IO.FileSystemInfo.Name - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/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/Debug/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/Debug/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/Debug/System.Private.CoreLib.dll - - \ No newline at end of file diff --git a/src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml deleted file mode 100644 index 99d19ff0ace787..00000000000000 --- a/src/libraries/Microsoft.Extensions.Hosting/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0002 - M:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.#ctor - lib/netstandard2.0/Microsoft.Extensions.Hosting.dll - lib/netstandard2.1/Microsoft.Extensions.Hosting.dll - - \ No newline at end of file diff --git a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml index 186b9ddc213f24..ed55d911d1115d 100644 --- a/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.VisualBasic.Core/src/CompatibilitySuppressions.xml @@ -1,17 +1,5 @@  - - CP0002 - M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose - ref/net7.0/Microsoft.VisualBasic.Core.dll - lib/net7.0/Microsoft.VisualBasic.Core.dll - - - CP0002 - M:Microsoft.VisualBasic.FileIO.TextFieldParser.Dispose - ref/net7.0/Microsoft.VisualBasic.Core.dll - runtimes/win/lib/net7.0/Microsoft.VisualBasic.Core.dll - CP0014 M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)->T?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] diff --git a/src/libraries/System.ComponentModel.TypeConverter/src/CompatibilitySuppressions.xml b/src/libraries/System.ComponentModel.TypeConverter/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..6728f581a93034 --- /dev/null +++ b/src/libraries/System.ComponentModel.TypeConverter/src/CompatibilitySuppressions.xml @@ -0,0 +1,15 @@ + + + + CP0020 + M:System.ComponentModel.AttributeCollection.get_Attributes + ref/net7.0/System.ComponentModel.TypeConverter.dll + lib/net7.0/System.ComponentModel.TypeConverter.dll + + + CP0020 + P:System.ComponentModel.AttributeCollection.Attributes + ref/net7.0/System.ComponentModel.TypeConverter.dll + lib/net7.0/System.ComponentModel.TypeConverter.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 d1476fafd0f8a8..99023b1621a806 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml @@ -36,4 +36,1084 @@ lib/netstandard2.0/System.Configuration.ConfigurationManager.dll lib/net462/System.Configuration.ConfigurationManager.dll + + CP0020 + M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_ElementProperty + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_Item(System.Configuration.ConfigurationProperty) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_Item(System.String) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_Properties + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.Init + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.InitializeDefault + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.IsModified + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.ResetModified + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.set_Item(System.Configuration.ConfigurationProperty,System.Object) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.set_Item(System.String,System.Object) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.SetReadOnly + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseClear + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.get_AddElementName + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.get_ClearElementName + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.get_RemoveElementName + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.IsModified + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.ResetModified + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.set_AddElementName(System.String) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.set_ClearElementName(System.String) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.set_RemoveElementName(System.String) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.SetReadOnly + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.GetRuntimeObject + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.IsModified + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ResetModified + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.KeyValueConfigurationCollection.get_Properties + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.KeyValueConfigurationElement.get_Properties + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.KeyValueConfigurationElement.Init + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ProtectedProviderSettings.get_Properties + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.ElementProperty + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.Item(System.String) + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.Properties + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElementCollection.AddElementName + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElementCollection.ClearElementName + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElementCollection.RemoveElementName + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.KeyValueConfigurationCollection.Properties + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.KeyValueConfigurationElement.Properties + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ProtectedProviderSettings.Properties + ref/net6.0/System.Configuration.ConfigurationManager.dll + lib/net6.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_ElementProperty + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_Item(System.Configuration.ConfigurationProperty) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_Item(System.String) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_Properties + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.Init + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.InitializeDefault + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.IsModified + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.ResetModified + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.set_Item(System.Configuration.ConfigurationProperty,System.Object) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.set_Item(System.String,System.Object) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.SetReadOnly + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseClear + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.get_AddElementName + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.get_ClearElementName + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.get_RemoveElementName + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.IsModified + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.ResetModified + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.set_AddElementName(System.String) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.set_ClearElementName(System.String) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.set_RemoveElementName(System.String) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.SetReadOnly + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.GetRuntimeObject + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.IsModified + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ResetModified + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.KeyValueConfigurationCollection.get_Properties + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.KeyValueConfigurationElement.get_Properties + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.KeyValueConfigurationElement.Init + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ProtectedProviderSettings.get_Properties + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.ElementProperty + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.Item(System.String) + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.Properties + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElementCollection.AddElementName + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElementCollection.ClearElementName + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElementCollection.RemoveElementName + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.KeyValueConfigurationCollection.Properties + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.KeyValueConfigurationElement.Properties + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ProtectedProviderSettings.Properties + ref/net7.0/System.Configuration.ConfigurationManager.dll + lib/net7.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_ElementProperty + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_Item(System.Configuration.ConfigurationProperty) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_Item(System.String) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.get_Properties + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.Init + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.InitializeDefault + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.IsModified + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.ResetModified + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.set_Item(System.Configuration.ConfigurationProperty,System.Object) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.set_Item(System.String,System.Object) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.SetReadOnly + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseClear + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.get_AddElementName + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.get_ClearElementName + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.get_RemoveElementName + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.IsModified + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.ResetModified + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.set_AddElementName(System.String) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.set_ClearElementName(System.String) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.set_RemoveElementName(System.String) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.SetReadOnly + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.GetRuntimeObject + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.IsModified + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ResetModified + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.KeyValueConfigurationCollection.get_Properties + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.KeyValueConfigurationElement.get_Properties + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.KeyValueConfigurationElement.Init + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + M:System.Configuration.ProtectedProviderSettings.get_Properties + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.ElementProperty + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.Item(System.String) + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElement.Properties + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElementCollection.AddElementName + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElementCollection.ClearElementName + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ConfigurationElementCollection.RemoveElementName + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.KeyValueConfigurationCollection.Properties + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.KeyValueConfigurationElement.Properties + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + + + CP0020 + P:System.Configuration.ProtectedProviderSettings.Properties + ref/netstandard2.0/System.Configuration.ConfigurationManager.dll + lib/netstandard2.0/System.Configuration.ConfigurationManager.dll + \ No newline at end of file diff --git a/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml deleted file mode 100644 index 7e7335eb405b48..00000000000000 --- a/src/libraries/System.Data.Common/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - CP0016 - M:System.Data.Common.DbDataReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbDataReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTableReader.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTableReader.GetProviderSpecificFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - ref/net7.0/System.Data.Common.dll - lib/net7.0/System.Data.Common.dll - - \ No newline at end of file diff --git a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml index 07808204b769bd..b2e39159c4ed1e 100644 --- a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml @@ -3,18 +3,368 @@ CP0001 T:System.Data.Odbc.ODBC32 + lib/netcoreapp3.1/System.Data.Odbc.dll + 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 + lib/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) + lib/net6.0/System.Data.Odbc.dll + runtimes/freebsd/lib/net6.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net6.0/System.Data.Odbc.dll + runtimes/linux/lib/net6.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net6.0/System.Data.Odbc.dll + runtimes/osx/lib/net6.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net6.0/System.Data.Odbc.dll + runtimes/win/lib/net6.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net7.0/System.Data.Odbc.dll + runtimes/freebsd/lib/net7.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net7.0/System.Data.Odbc.dll + runtimes/illumos/lib/net7.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net7.0/System.Data.Odbc.dll + runtimes/ios/lib/net7.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net7.0/System.Data.Odbc.dll + runtimes/linux/lib/net7.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net7.0/System.Data.Odbc.dll + runtimes/osx/lib/net7.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net7.0/System.Data.Odbc.dll + runtimes/solaris/lib/net7.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + lib/net7.0/System.Data.Odbc.dll + runtimes/tvos/lib/net7.0/System.Data.Odbc.dll + + + CP0002 + M:System.Data.Odbc.OdbcParameter.get_Offset + lib/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) + 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 \ 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 index 06cc61de2ad5b3..7119f9c5011087 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml @@ -3,5 +3,13 @@ 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 \ No newline at end of file diff --git a/src/libraries/System.Diagnostics.TraceSource/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.TraceSource/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..2fcbf6e7880850 --- /dev/null +++ b/src/libraries/System.Diagnostics.TraceSource/src/CompatibilitySuppressions.xml @@ -0,0 +1,21 @@ + + + + CP0020 + M:System.Diagnostics.Switch.GetSupportedAttributes + ref/net7.0/System.Diagnostics.TraceSource.dll + lib/net7.0/System.Diagnostics.TraceSource.dll + + + CP0020 + M:System.Diagnostics.TraceListener.GetSupportedAttributes + ref/net7.0/System.Diagnostics.TraceSource.dll + lib/net7.0/System.Diagnostics.TraceSource.dll + + + CP0020 + M:System.Diagnostics.TraceSource.GetSupportedAttributes + ref/net7.0/System.Diagnostics.TraceSource.dll + lib/net7.0/System.Diagnostics.TraceSource.dll + + \ No newline at end of file diff --git a/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml b/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml deleted file mode 100644 index 79f03c10680b59..00000000000000 --- a/src/libraries/System.DirectoryServices/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - CP0015 - T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] - ref/net6.0/System.DirectoryServices.dll - runtimes/win/lib/net6.0/System.DirectoryServices.dll - - - CP0015 - T:System.DirectoryServices.DirectoryEntry:[T:System.ComponentModel.TypeConverterAttribute] - ref/net7.0/System.DirectoryServices.dll - runtimes/win/lib/net7.0/System.DirectoryServices.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 9ca013598cddb8..6f79d535b266df 100644 --- a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml @@ -103,4 +103,28 @@ lib/netstandard2.0/System.Drawing.Common.dll lib/net462/System.Drawing.Common.dll + + CP0019 + M:System.Drawing.Printing.PrintDocument.OnBeginPrint(System.Drawing.Printing.PrintEventArgs) + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0019 + M:System.Drawing.Printing.PrintDocument.OnEndPrint(System.Drawing.Printing.PrintEventArgs) + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0019 + M:System.Drawing.Printing.PrintDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs) + lib/netstandard2.0/System.Drawing.Common.dll + lib/net462/System.Drawing.Common.dll + + + CP0019 + M:System.Drawing.Printing.PrintDocument.OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs) + 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 index e898f1ac1622b0..c3604e2e43b0b3 100644 --- a/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Compression/src/CompatibilitySuppressions.xml @@ -3,5 +3,19 @@ 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.Pipes/src/CompatibilitySuppressions.xml b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml index 712d0720f98eff..98c63f56a92f8c 100644 --- a/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.IO.Pipes/src/CompatibilitySuppressions.xml @@ -3,29 +3,43 @@ 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.Linq.Expressions/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml index 7f942c2b444600..724ce23781c3f8 100644 --- a/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq.Expressions/src/CompatibilitySuppressions.xml @@ -3,65 +3,409 @@ 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/src/CompatibilitySuppressions.xml b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml index ff3c16c87b36b5..b616db8d9222e6 100644 --- a/src/libraries/System.Linq/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Linq/src/CompatibilitySuppressions.xml @@ -3,5 +3,31 @@ 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.Net.Http/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Http/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..3c359ec8b7b95c --- /dev/null +++ b/src/libraries/System.Net.Http/src/CompatibilitySuppressions.xml @@ -0,0 +1,69 @@ + + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/android/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/browser/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/freebsd/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/illumos/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/ios/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/linux/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/maccatalyst/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/osx/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/solaris/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/tvos/lib/net7.0/System.Net.Http.dll + + + CP0020 + M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) + ref/net7.0/System.Net.Http.dll + runtimes/win/lib/net7.0/System.Net.Http.dll + + \ No newline at end of file diff --git a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml index 0ff59669df9ce6..70214f2961c344 100644 --- a/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Net.Primitives/src/CompatibilitySuppressions.xml @@ -3,9 +3,37 @@ 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.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml index 0b942b94f226d7..488a3a4dc80ba1 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/CompatibilitySuppressions.xml @@ -3,9 +3,61 @@ 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.Schema/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml deleted file mode 100644 index 36d36af2700c3a..00000000000000 --- a/src/libraries/System.Runtime.Serialization.Schema/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - CP0003 - System.Runtime.Serialization.Schema, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ref/net7.0/System.Runtime.Serialization.Schema.dll - lib/net7.0/System.Runtime.Serialization.Schema.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 28f1777cf50b3a..663f6ed415b4c0 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml @@ -102,108 +102,6 @@ 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) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/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) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.CmsSigner.get_PrivateKey - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.CmsSigner.get_SignaturePadding - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/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/netstandard2.1/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.CmsSigner.set_SignaturePadding(System.Security.Cryptography.RSASignaturePadding) - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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/netstandard2.1/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.SignerInfo.get_SignatureAlgorithm - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll - - - CP0002 - M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature - lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll - lib/netstandard2.1/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/netstandard2.1/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/netstandard2.1/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) diff --git a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml index b7b2fa1c144f6e..b90c778f39c485 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml @@ -2,17 +2,19 @@ CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + T:System.Security.Cryptography.Xml.CipherData + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/net462/System.Security.Cryptography.Xml.dll CP0001 - T:System.Security.Cryptography.Xml.CipherData + T:System.Security.Cryptography.Xml.CipherReference lib/netstandard2.0/System.Security.Cryptography.Xml.dll lib/net462/System.Security.Cryptography.Xml.dll CP0001 - T:System.Security.Cryptography.Xml.CipherReference + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException lib/netstandard2.0/System.Security.Cryptography.Xml.dll lib/net462/System.Security.Cryptography.Xml.dll @@ -244,4 +246,22 @@ lib/netstandard2.0/System.Security.Cryptography.Xml.dll lib/net462/System.Security.Cryptography.Xml.dll + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/net6.0/System.Security.Cryptography.Xml.dll + lib/net6.0/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/net7.0/System.Security.Cryptography.Xml.dll + lib/net7.0/System.Security.Cryptography.Xml.dll + + + CP0001 + T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException + ref/netstandard2.0/System.Security.Cryptography.Xml.dll + lib/netstandard2.0/System.Security.Cryptography.Xml.dll + \ No newline at end of file diff --git a/src/libraries/System.Text.RegularExpressions/src/CompatibilitySuppressions.xml b/src/libraries/System.Text.RegularExpressions/src/CompatibilitySuppressions.xml new file mode 100644 index 00000000000000..cb9261fd6b58d9 --- /dev/null +++ b/src/libraries/System.Text.RegularExpressions/src/CompatibilitySuppressions.xml @@ -0,0 +1,21 @@ + + + + CP0019 + M:System.Text.RegularExpressions.RegexRunner.#ctor + ref/net7.0/System.Text.RegularExpressions.dll + lib/net7.0/System.Text.RegularExpressions.dll + + + CP0019 + M:System.Text.RegularExpressions.RegexRunner.Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean) + ref/net7.0/System.Text.RegularExpressions.dll + lib/net7.0/System.Text.RegularExpressions.dll + + + CP0020 + M:System.Text.RegularExpressions.RegexRunner.CheckTimeout + ref/net7.0/System.Text.RegularExpressions.dll + lib/net7.0/System.Text.RegularExpressions.dll + + \ No newline at end of file diff --git a/src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml b/src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml deleted file mode 100644 index be03c0d7c9c07b..00000000000000 --- a/src/libraries/System.Threading.RateLimiting/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) - ref/net462/System.Threading.RateLimiting.dll - lib/net462/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) - ref/net462/System.Threading.RateLimiting.dll - lib/net462/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) - ref/net462/System.Threading.RateLimiting.dll - lib/net462/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) - ref/net462/System.Threading.RateLimiting.dll - lib/net462/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) - ref/net6.0/System.Threading.RateLimiting.dll - lib/net6.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) - ref/net6.0/System.Threading.RateLimiting.dll - lib/net6.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) - ref/net6.0/System.Threading.RateLimiting.dll - lib/net6.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) - ref/net6.0/System.Threading.RateLimiting.dll - lib/net6.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) - ref/net7.0/System.Threading.RateLimiting.dll - lib/net7.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentAvailablePermits(System.Int64) - ref/netstandard2.0/System.Threading.RateLimiting.dll - lib/netstandard2.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_CurrentQueuedCount(System.Int64) - ref/netstandard2.0/System.Threading.RateLimiting.dll - lib/netstandard2.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalFailedLeases(System.Int64) - ref/netstandard2.0/System.Threading.RateLimiting.dll - lib/netstandard2.0/System.Threading.RateLimiting.dll - - - CP0002 - M:System.Threading.RateLimiting.RateLimiterStatistics.set_TotalSuccessfulLeases(System.Int64) - ref/netstandard2.0/System.Threading.RateLimiting.dll - lib/netstandard2.0/System.Threading.RateLimiting.dll - - \ No newline at end of file diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml index 9cf0ab31a05490..40b426fecebcad 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml @@ -12,6 +12,24 @@ 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 @@ -60,6 +78,24 @@ 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 diff --git a/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml deleted file mode 100644 index 7cfd7eb86c30bd..00000000000000 --- a/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml +++ /dev/null @@ -1,159 +0,0 @@ - - - - CP0001 - T:Internal.Console - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.InteropServices.ComponentActivator - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.Tracing.TraceLoggingEventTypes - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ICastable - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - F:System.Resources.ResourceManager.BaseNameField - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - F:System.Resources.ResourceSet.Reader - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.add_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.add_ProcessExit(System.EventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.add_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.remove_FirstChanceException(System.EventHandler{System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs}) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.remove_ProcessExit(System.EventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.AppContext.remove_UnhandledException(System.UnhandledExceptionEventHandler) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Diagnostics.Tracing.EventCounter.Flush - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Environment.FailFast(System.String,System.Exception,System.String) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Reflection.Module.GetModuleHandleImpl - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.get_DeserializationInProgress - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.ThrowIfDeserializationInProgress(System.String,System.Int32@) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0002 - M:System.Runtime.Serialization.SerializationInfo.UpdateValue(System.String,System.Object,System.Type) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - M:System.IO.FileSystemInfo.get_Exists - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - M:System.IO.FileSystemInfo.get_Name - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - P:System.IO.FileSystemInfo.Exists - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0013 - P:System.IO.FileSystemInfo.Name - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/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/Debug/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/Debug/System.Private.CoreLib.dll - - \ No newline at end of file From b0e32ca6b9c4fe8f66cdf35094f67e73e017b864 Mon Sep 17 00:00:00 2001 From: smasher164 Date: Thu, 29 Sep 2022 15:03:12 -0700 Subject: [PATCH 27/45] huge reduction in suppression file size --- ...iCompatBaseline.NetCoreAppLatestStable.xml | 14916 ------ .../ApiCompatBaseline.netstandard2.0.xml | 41538 ---------------- .../ApiCompatBaseline.netstandard2.1.xml | 15546 ------ 3 files changed, 72000 deletions(-) diff --git a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml index b5b81f1383a9fc..17f24f06bcb252 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml @@ -1176,14920 +1176,4 @@ net6.0/System.Security.Cryptography.X509Certificates.dll net7.0/System.Security.Cryptography.X509Certificates.dll - - CP0016 - M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object,Microsoft.Win32.RegistryValueOptions)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/Microsoft.Win32.Registry.dll - net7.0/Microsoft.Win32.Registry.dll - - - CP0016 - M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/Microsoft.Win32.Registry.dll - net7.0/Microsoft.Win32.Registry.dll - - - CP0016 - M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object,Microsoft.Win32.RegistryValueOptions)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UIntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UIntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UIntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UIntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UIntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UIntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Collections.NonGeneric.dll - net7.0/System.Collections.NonGeneric.dll - - - CP0016 - M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.ComponentModel.Annotations.dll - net7.0/System.ComponentModel.Annotations.dll - - - CP0016 - M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.ComponentModel.DataAnnotations.dll - net7.0/System.ComponentModel.DataAnnotations.dll - - - CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.VersionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - net6.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - net6.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.DiagnosticListener.Write(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0016 - M:System.Diagnostics.DiagnosticSource.StartActivity(System.Diagnostics.Activity,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0016 - M:System.Diagnostics.DiagnosticSource.StopActivity(System.Diagnostics.Activity,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0016 - M:System.Diagnostics.DiagnosticSource.Write(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Diagnostics.DiagnosticSource.dll - net7.0/System.Diagnostics.DiagnosticSource.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll - - - CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TextWriterTraceListener.dll - net7.0/System.Diagnostics.TextWriterTraceListener.dll - - - CP0016 - M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TextWriterTraceListener.dll - net7.0/System.Diagnostics.TextWriterTraceListener.dll - - - CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Kill(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.Collections.Generic.IEnumerable{System.String}):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Chunk``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.DistinctBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Index):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ExceptBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.IntersectBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.MaxBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.MinBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Range):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.UnionBy``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Zip``2(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll - - - CP0016 - M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll - - - CP0016 - M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll - - - CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll - - - CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Memory.dll - net7.0/System.Memory.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Net.Http.Json.dll - net7.0/System.Net.Http.Json.dll - - - CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.HttpListener.dll - net7.0/System.Net.HttpListener.dll - - - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll - - - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll - - - CP0016 - M:System.Net.Mail.MailAddress.TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Net.Mail.dll - net7.0/System.Net.Mail.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Net.WebProxy.dll - net7.0/System.Net.WebProxy.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll - - - CP0016 - M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll - - - CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll - - - CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll - - - CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll - - - CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll - - - CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll - - - CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Numerics.Vectors.dll - net7.0/System.Numerics.Vectors.dll - - - CP0016 - M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.DispatchProxy.dll - net7.0/System.Reflection.DispatchProxy.dll - - - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - P:System.Reflection.Emit.AssemblyBuilder.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Reflection.Emit.dll - net7.0/System.Reflection.Emit.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Reflection.Emit.Lightweight.dll - net7.0/System.Reflection.Emit.Lightweight.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String[],System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.ReadOnlySpan{System.Char},System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Half.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Half.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Half.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.ParseExact(System.ReadOnlySpan{System.Char},System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.ParseExact(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeOnly.TryParseExact(System.String,System.String[],System.TimeOnly@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UIntPtr.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UIntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UIntPtr.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriCreationOptions@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriCreationOptions@,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.StreamWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.StreamWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Formatters.dll - net7.0/System.Runtime.Serialization.Formatters.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Formatters.dll - net7.0/System.Runtime.Serialization.Formatters.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Formatters.dll - net7.0/System.Runtime.Serialization.Formatters.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.Byte[],System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.HashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.TryHashData(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.MD5.HashData(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.MD5.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.AesCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.AesCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Exists(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.CngKey.Open(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.DSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.DSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.RSACng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.RSACng.#ctor(System.Security.Cryptography.CngKey):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String,System.Security.Cryptography.CngProvider):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.TripleDESCng.#ctor(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Cng.dll - net7.0/System.Security.Cryptography.Cng.dll - - - CP0016 - M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - M:System.Security.Cryptography.DSAOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.DSAOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellmanOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.ECDsaOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.RSAOpenSsl.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.RSAOpenSsl.#ctor(System.Security.Cryptography.SafeEvpPKeyHandle):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.SafeEvpPKeyHandle.#ctor(System.IntPtr,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - P:System.Security.Cryptography.SafeEvpPKeyHandle.OpenSslVersion:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.OpenSsl.dll - net7.0/System.Security.Cryptography.OpenSsl.dll - - - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDiffieHellmanPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetECDsaPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetRSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromEncryptedPemFile(System.String,System.ReadOnlySpan{System.Char},System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPemFile(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.ReadOnlySpan{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Text.Json.JsonDocument.Parse(System.ReadOnlyMemory{System.Char},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonDocument.Parse(System.String,System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Byte},System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.Serialization.JsonSerializerContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonDocument,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonElement,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Nodes.JsonNode,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Byte},System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.JsonSerializerOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonDocument,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonElement,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Nodes.JsonNode,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Utf8JsonReader@,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.DeserializeAsync(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.DeserializeAsync``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.DeserializeAsyncEnumerable``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Serialize(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Serialize(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Serialize(System.Text.Json.Utf8JsonWriter,System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Serialize``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Serialize``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.Serialize``1(System.Text.Json.Utf8JsonWriter,``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeAsync``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeToDocument(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeToDocument``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeToElement(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeToElement``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeToNode(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeToNode``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes(System.Object,System.Type,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes``1(``0,System.Text.Json.JsonSerializerOptions):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.JsonSerializerOptions.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.Nodes.JsonArray.Add``1(``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.String)~System.Text.Json.Nodes.JsonNode->System.Text.Json.Nodes.JsonNode?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.Nodes.JsonNode.Parse(System.String,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions},System.Text.Json.JsonDocumentOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.Nodes.JsonValue.Create(System.String,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})->System.Text.Json.Nodes.JsonValue?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.Nodes.JsonValue.Create``1(``0,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.ReadOnlySpan{System.Char},System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - T:System.Text.Json.Serialization.JsonStringEnumConverter:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - net6.0/System.Text.Json.dll - net7.0/System.Text.Json.dll - - - CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - net6.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - net6.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.XPath.dll - net7.0/System.Xml.XPath.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - net6.0/System.Xml.XPath.dll - net7.0/System.Xml.XPath.dll - \ No newline at end of file diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml index 40b426fecebcad..0a05af47f952b1 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml @@ -3816,41542 +3816,4 @@ netstandard2.0/System.dll net7.0/System.dll - - CP0016 - E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - F:System.Reflection.TypeDelegator.typeImpl:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String,System.String[],System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.AppDomain.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.AppDomain.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ApplicationId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.SymbolStore.SymbolToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Environment.Exit(System.Int32):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Environment.FailFast(System.String,System.Exception):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Environment.FailFast(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Globalization.SortKey.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Globalization.SortVersion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.GetRuntimeFieldHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.GetRuntimeMethodHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.GetRuntimeTypeHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.ResolveFieldHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.ResolveFieldHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.ResolveMethodHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.ResolveMethodHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.ResolveTypeHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ModuleHandle.ResolveTypeHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.IReflect.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeDelegator.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - 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] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.AddAlgorithm(System.Type,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.AddOID(System.String,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.EncodeOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.MapNameToOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.set_HashName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.PKCS1MaskGenerationMethod.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RC2.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.set_UseSalt(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.Rijndael.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateDigest:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.IsNullOrEmpty(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.String.IsNullOrWhiteSpace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.EncodingInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.AsyncFlowControl.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.LockCookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.RestoreLock(System.Threading.LockCookie@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.UIntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Security.Cryptography.DSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.CompilerServices.DiscardableAttribute:[T:System.AttributeUsageAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IBindCtx:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IConnectionPoint:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumConnections:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumString:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IPersistFile:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IRunningObjectTable:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IStream:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeComp:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeInfo:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeInfo2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeLib:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeLib2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Security.Cryptography.RSAPKCS1SignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Security.Cryptography.RSAPKCS1SignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0016 - E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.UseKernelApc:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.UseSystemThread:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.WriteBehind:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Reflection.TypeDelegator.typeImpl:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.Lax:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.Skip:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.Strict:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.All:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Empty:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Extension:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.List:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Restriction:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Substitution:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Union:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaUse.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaUse.Optional:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaUse.Prohibited:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaUse.Required:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String,System.String[],System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ApplicationId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BindingList`1.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DataObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DataObjectFieldAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DataObjectMethodAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.CommandID.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.get_Properties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.IBindingListView.set_Filter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MaskedTextProvider.Clone:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.set_FillLoadOption(System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.String,System.String,System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$3:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.set_DataSetColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMappingCollection.GetDataColumn(System.Data.Common.DataColumnMappingCollection,System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataTableMapping.GetDataColumn(System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataTableMapping.set_DataSetTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataTableMapping.set_SourceTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_CatalogSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_QuotePrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_QuoteSuffix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_SchemaSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.Data.IDbCommand,System.String,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDbCommand,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataTable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Constraint.set_ConstraintName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Caption(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_ColumnName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_DataType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_DefaultValue(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Expression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Expression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRelation.set_RelationName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRow.set_Item(System.Data.DataColumn,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRow.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRow.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRow.set_RowError(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRowView.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRowView.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.GetXml:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.GetXmlSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.IO.Stream,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.IO.TextReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.Xml.XmlReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.Stream,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.TextReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.String,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.Xml.XmlReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.String,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataView.#ctor(System.Data.DataTable,System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataView.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataView.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewManager.set_DataSet(System.Data.DataSet)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewManager.set_DataViewSettingCollectionString(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewSetting.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewSetting.set_RowFilter(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewSetting.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewSettingCollection.set_Item(System.Int32,System.Data.DataViewSetting)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DBConcurrencyException.set_Row(System.Data.DataRow)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.ForeignKeyConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlBinary.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlBoolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlDateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlDecimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlDouble.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlGuid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlMoney.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlSingle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlString.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.UniqueConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Fail(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Fail(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.SymbolStore.SymbolToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.Color.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Environment.Exit(System.Int32):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Environment.FailFast(System.String,System.Exception):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Environment.FailFast(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.SortKey.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.SortVersion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.GetRuntimeFieldHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.GetRuntimeMethodHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.GetRuntimeTypeHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveFieldHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveFieldHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveMethodHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveMethodHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveTypeHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveTypeHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.FtpWebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.FtpWebRequest.set_RenameTo(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.GlobalProxySelection.set_Select(System.Net.IWebProxy)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListener.set_ExtendedProtectionSelectorDelegate(System.Net.HttpListener.ExtendedProtectionSelector)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_EntityBody(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_HeaderWait(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_MinSendBytesPerSecond(System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_RequestQueue(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.AttachmentBase.set_ContentId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_Body(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_From(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_Sender(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_Subject(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.SmtpClient.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mime.ContentDisposition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mime.ContentType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mime.ContentType.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.set_BypassList(System.String[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - 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] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.AddAlgorithm(System.Type,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.AddOID(System.String,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.EncodeOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.MapNameToOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.set_HashName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PKCS1MaskGenerationMethod.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RC2.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.set_UseSalt(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Rijndael.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateDigest:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.IsNullOrEmpty(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.IsNullOrWhiteSpace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.EncodingInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.AsyncFlowControl.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LockCookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.RestoreLock(System.Threading.LockCookie@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UIntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.DesignerAttribute.DesignerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.EditorAttribute.EditorBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.EditorAttribute.EditorTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.InstallerTypeAttribute.InstallerType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.Point.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.PointF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.Rectangle.Bottom:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.Rectangle.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.Rectangle.Left:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.Rectangle.Location:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.Rectangle.Right:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.Rectangle.Size:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.Rectangle.Top:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.RectangleF.Bottom:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.RectangleF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.RectangleF.Left:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.RectangleF.Location:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.RectangleF.Right:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.RectangleF.Size:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.RectangleF.Top:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.Size.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Drawing.SizeF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.ServicePointManager.EncryptionPolicy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Security.Cryptography.DSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAnnotated.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAnnotation.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAny.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAny.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAnyAttribute.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAppInfo.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.AttributeSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.AttributeType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.Use:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroup.RedefinedAttributeGroup:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexContent.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.AttributeUses:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.AttributeWildcard:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.ContentType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.ContentTypeParticle:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaContentModel.Content:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaDocumentation.Language:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaDocumentation.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.ElementSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.ElementType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.IsNillable:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.SubstitutionGroup:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaExternal.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaExternal.Schema:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaExternal.SchemaLocation:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaFacet.IsFixed:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaFacet.Value:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroupBase.Items:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroupRef.Particle:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaImport.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaKeyref.Refer:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaNotation.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaNotation.Public:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaNotation.System:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaObject.LineNumber:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaObject.LinePosition:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaObject.Parent:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaObject.SourceUri:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MaxOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MaxOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MinOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MinOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaRedefine.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaRedefine.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaRedefine.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.BaseItemType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseMemberTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.BaseSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.BaseXmlSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.Datatype:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.DerivedBy:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.IsMixed:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.TypeCode:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaXPath.XPath:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.BindingList`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.MaskedTextProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DataAdapter:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DataTableMappingCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.ConstraintCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataColumn:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataColumn:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataColumnCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataRelation:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataRelationCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataSet:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataSet:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataSet:[T:System.Xml.Serialization.XmlRootAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataTableCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataView:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataView:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataViewManager:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataViewRowState:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataViewSettingCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.ForeignKeyConstraint:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.UniqueConstraint:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Color:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Color:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Net.Mail.SmtpClient:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.CompilerServices.DiscardableAttribute:[T:System.AttributeUsageAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IAdviseSink:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IBindCtx:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IConnectionPoint:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IDataObject:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumConnections:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumString:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IPersistFile:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IRunningObjectTable:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IStream:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeComp:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeInfo:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeInfo2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeLib:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeLib2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.RSAPKCS1SignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.RSAPKCS1SignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Collections.Concurrent.dll - net7.0/System.Collections.Concurrent.dll - - - CP0016 - M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.dll - net7.0/System.Collections.dll - - - CP0016 - M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Collections.dll - net7.0/System.Collections.dll - - - CP0016 - M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.dll - net7.0/System.Collections.dll - - - CP0016 - M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Collections.dll - net7.0/System.Collections.dll - - - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Collections.NonGeneric.dll - net7.0/System.Collections.NonGeneric.dll - - - CP0016 - M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Collections.Specialized.dll - net7.0/System.Collections.Specialized.dll - - - CP0016 - M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Collections.Specialized.dll - net7.0/System.Collections.Specialized.dll - - - CP0016 - T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] - netstandard2.0/System.Collections.Specialized.dll - net7.0/System.Collections.Specialized.dll - - - CP0016 - T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.Composition.dll - net7.0/System.ComponentModel.Composition.dll - - - CP0016 - M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.ComponentModel.Primitives.dll - net7.0/System.ComponentModel.Primitives.dll - - - CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.ComponentModel.TypeConverter.dll - net7.0/System.ComponentModel.TypeConverter.dll - - - CP0016 - E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Console.dll - net7.0/System.Console.dll - - - CP0016 - F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Core.dll - net7.0/System.Core.dll - - - CP0016 - M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.Common.dll - net7.0/System.Data.Common.dll - - - CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataAdapter.set_FillLoadOption(System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.String,System.String,System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$3:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.set_DataSetColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataColumnMappingCollection.GetDataColumn(System.Data.Common.DataColumnMappingCollection,System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataTableMapping.GetDataColumn(System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataTableMapping.set_DataSetTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DataTableMapping.set_SourceTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_CatalogSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_QuotePrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_QuoteSuffix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_SchemaSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.Data.IDbCommand,System.String,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDbCommand,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataTable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.Constraint.set_ConstraintName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.set_Caption(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.set_ColumnName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.set_DataType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.set_DefaultValue(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.set_Expression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.set_Expression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumn.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataRelation.set_RelationName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataRow.set_Item(System.Data.DataColumn,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataRow.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataRow.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataRow.set_RowError(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataRowView.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataRowView.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.GetXml:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.GetXmlSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.IO.Stream,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.IO.TextReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.Xml.XmlReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.Stream,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.TextReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.String,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.Xml.XmlReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.String,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataView.#ctor(System.Data.DataTable,System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataView.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataView.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataViewManager.set_DataSet(System.Data.DataSet)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataViewManager.set_DataViewSettingCollectionString(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataViewSetting.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataViewSetting.set_RowFilter(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataViewSetting.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DataViewSettingCollection.set_Item(System.Int32,System.Data.DataViewSetting)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.DBConcurrencyException.set_Row(System.Data.DataRow)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.ForeignKeyConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.IDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.IDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlBinary.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlBoolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlDateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlDecimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlDouble.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlGuid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlMoney.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlSingle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.SqlTypes.SqlString.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Data.UniqueConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.Common.DataAdapter:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.Common.DataTableMappingCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.ConstraintCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataColumn:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataColumn:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataColumnCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataRelation:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataRelationCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataSet:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataSet:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataSet:[T:System.Xml.Serialization.XmlRootAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataTableCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataView:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataView:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataViewManager:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataViewRowState:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.DataViewSettingCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.ForeignKeyConstraint:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - T:System.Data.UniqueConstraint:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Data.dll - net7.0/System.Data.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.Diagnostics.Contracts.dll - net7.0/System.Diagnostics.Contracts.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.Diagnostics.Contracts.dll - net7.0/System.Diagnostics.Contracts.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.Diagnostics.Contracts.dll - net7.0/System.Diagnostics.Contracts.dll - - - CP0016 - M:System.Diagnostics.Contracts.Contract.Assume(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.Diagnostics.Contracts.dll - net7.0/System.Diagnostics.Contracts.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.Fail(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.Fail(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Diagnostics.Debug.dll - net7.0/System.Diagnostics.Debug.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Diagnostics.StackTrace.dll - net7.0/System.Diagnostics.StackTrace.dll - - - CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TextWriterTraceListener.dll - net7.0/System.Diagnostics.TextWriterTraceListener.dll - - - CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Diagnostics.TraceSource.dll - net7.0/System.Diagnostics.TraceSource.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Diagnostics.Tracing.dll - net7.0/System.Diagnostics.Tracing.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.UseKernelApc:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.UseSystemThread:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.WriteBehind:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.BindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.BindingList`1.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DataObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DataObjectFieldAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DataObjectMethodAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.CommandID.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.get_Properties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.IBindingListView.set_Filter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.MaskedTextProvider.Clone:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Fail(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Fail(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.FtpWebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.FtpWebRequest.set_RenameTo(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.GlobalProxySelection.set_Select(System.Net.IWebProxy)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.HttpListener.set_ExtendedProtectionSelectorDelegate(System.Net.HttpListener.ExtendedProtectionSelector)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_EntityBody(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_HeaderWait(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_MinSendBytesPerSecond(System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_RequestQueue(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.AttachmentBase.set_ContentId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.MailAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_Body(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_From(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_Sender(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_Subject(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mail.SmtpClient.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mime.ContentDisposition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mime.ContentType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Mime.ContentType.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebProxy.set_BypassList(System.String[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.DesignerAttribute.DesignerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.EditorAttribute.EditorBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.EditorAttribute.EditorTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.InstallerTypeAttribute.InstallerType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.ServicePointManager.EncryptionPolicy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.BindingList`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.ComponentModel.MaskedTextProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Net.Mail.SmtpClient:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IAdviseSink:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IDataObject:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] - netstandard2.0/System.dll - net7.0/System.dll - - - CP0016 - M:System.Drawing.Color.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.Point.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.PointF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.Rectangle.Bottom:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.Rectangle.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.Rectangle.Left:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.Rectangle.Location:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.Rectangle.Right:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.Rectangle.Size:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.Rectangle.Top:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.RectangleF.Bottom:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.RectangleF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.RectangleF.Left:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.RectangleF.Location:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.RectangleF.Right:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.RectangleF.Size:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.RectangleF.Top:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.Size.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - P:System.Drawing.SizeF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - T:System.Drawing.Color:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - T:System.Drawing.Color:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Drawing.dll - net7.0/System.Drawing.dll - - - CP0016 - M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.Point.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.PointF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.Rectangle.Bottom:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.Rectangle.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.Rectangle.Left:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.Rectangle.Location:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.Rectangle.Right:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.Rectangle.Size:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.Rectangle.Top:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.RectangleF.Bottom:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.RectangleF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.RectangleF.Left:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.RectangleF.Location:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.RectangleF.Right:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.RectangleF.Size:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.RectangleF.Top:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.Size.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - P:System.Drawing.SizeF.IsEmpty:[T:System.ComponentModel.BrowsableAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Drawing.Primitives.dll - net7.0/System.Drawing.Primitives.dll - - - CP0016 - M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Dynamic.Runtime.dll - net7.0/System.Dynamic.Runtime.dll - - - CP0016 - M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Dynamic.Runtime.dll - net7.0/System.Dynamic.Runtime.dll - - - CP0016 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Dynamic.Runtime.dll - net7.0/System.Dynamic.Runtime.dll - - - CP0016 - T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Dynamic.Runtime.dll - net7.0/System.Dynamic.Runtime.dll - - - CP0016 - M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0016 - M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0016 - M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0016 - M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0016 - M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Globalization.Extensions.dll - net7.0/System.Globalization.Extensions.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Globalization.Extensions.dll - net7.0/System.Globalization.Extensions.dll - - - CP0016 - M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Globalization.Extensions.dll - net7.0/System.Globalization.Extensions.dll - - - CP0016 - M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.IO.dll - net7.0/System.IO.dll - - - CP0016 - M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0016 - M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0016 - M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0016 - M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0016 - M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0016 - M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0016 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0016 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.FileSystem.DriveInfo.dll - net7.0/System.IO.FileSystem.DriveInfo.dll - - - CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.IO.FileSystem.DriveInfo.dll - net7.0/System.IO.FileSystem.DriveInfo.dll - - - CP0016 - P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] - netstandard2.0/System.IO.FileSystem.Watcher.dll - net7.0/System.IO.FileSystem.Watcher.dll - - - CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.IO.IsolatedStorage.dll - net7.0/System.IO.IsolatedStorage.dll - - - CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.IO.IsolatedStorage.dll - net7.0/System.IO.IsolatedStorage.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.MemoryMappedFiles.dll - net7.0/System.IO.MemoryMappedFiles.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.MemoryMappedFiles.dll - net7.0/System.IO.MemoryMappedFiles.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.MemoryMappedFiles.dll - net7.0/System.IO.MemoryMappedFiles.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.MemoryMappedFiles.dll - net7.0/System.IO.MemoryMappedFiles.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.MemoryMappedFiles.dll - net7.0/System.IO.MemoryMappedFiles.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.MemoryMappedFiles.dll - net7.0/System.IO.MemoryMappedFiles.dll - - - CP0016 - F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.Pipes.dll - net7.0/System.IO.Pipes.dll - - - CP0016 - M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.Pipes.dll - net7.0/System.IO.Pipes.dll - - - CP0016 - P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.IO.Pipes.dll - net7.0/System.IO.Pipes.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Linq.Expressions.dll - net7.0/System.Linq.Expressions.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Linq.Queryable.dll - net7.0/System.Linq.Queryable.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.dll - net7.0/System.Net.dll - - - CP0016 - M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.NetworkInformation.dll - net7.0/System.Net.NetworkInformation.dll - - - CP0016 - M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Net.Primitives.dll - net7.0/System.Net.Primitives.dll - - - CP0016 - M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Requests.dll - net7.0/System.Net.Requests.dll - - - CP0016 - T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.Security.dll - net7.0/System.Net.Security.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Net.Sockets.dll - net7.0/System.Net.Sockets.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Net.WebSockets.Client.dll - net7.0/System.Net.WebSockets.Client.dll - - - CP0016 - M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Numerics.dll - net7.0/System.Numerics.dll - - - CP0016 - M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] - netstandard2.0/System.ObjectModel.dll - net7.0/System.ObjectModel.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.0/System.Reflection.dll - net7.0/System.Reflection.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Reflection.Extensions.dll - net7.0/System.Reflection.Extensions.dll - - - CP0016 - M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Reflection.Primitives.dll - net7.0/System.Reflection.Primitives.dll - - - CP0016 - M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Resources.ResourceManager.dll - net7.0/System.Resources.ResourceManager.dll - - - CP0016 - M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Resources.ResourceManager.dll - net7.0/System.Resources.ResourceManager.dll - - - CP0016 - P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Resources.ResourceManager.dll - net7.0/System.Resources.ResourceManager.dll - - - CP0016 - F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw:[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.IsNullOrEmpty(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.String.IsNullOrWhiteSpace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.UIntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Environment.Exit(System.Int32):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Environment.FailFast(System.String,System.Exception):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Environment.FailFast(System.String):[T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Runtime.Extensions.dll - net7.0/System.Runtime.Extensions.dll - - - CP0016 - M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IAdviseSink:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IBindCtx:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IConnectionPoint:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumConnections:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumString:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IMoniker:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IPersistFile:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IRunningObjectTable:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IStream:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeComp:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeInfo:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeInfo2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeLib:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.ITypeLib2:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Runtime.InteropServices.dll - net7.0/System.Runtime.InteropServices.dll - - - CP0016 - M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.InteropServices.RuntimeInformation.dll - net7.0/System.Runtime.InteropServices.RuntimeInformation.dll - - - CP0016 - M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Runtime.Numerics.dll - net7.0/System.Runtime.Numerics.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.dll - net7.0/System.Runtime.Serialization.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Json.dll - net7.0/System.Runtime.Serialization.Json.dll - - - CP0016 - M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Primitives.dll - net7.0/System.Runtime.Serialization.Primitives.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Runtime.Serialization.Xml.dll - net7.0/System.Runtime.Serialization.Xml.dll - - - CP0016 - M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Claims.dll - net7.0/System.Security.Claims.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.Csp.dll - net7.0/System.Security.Cryptography.Csp.dll - - - CP0016 - F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Security.Cryptography.Primitives.dll - net7.0/System.Security.Cryptography.Primitives.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.ServiceModel.Web.dll - net7.0/System.ServiceModel.Web.dll - - - CP0016 - M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll - - - CP0016 - M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll - - - CP0016 - M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll - - - CP0016 - M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll - - - CP0016 - M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.dll - net7.0/System.Text.Encoding.dll - - - CP0016 - M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.Extensions.dll - net7.0/System.Text.Encoding.Extensions.dll - - - CP0016 - M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.Extensions.dll - net7.0/System.Text.Encoding.Extensions.dll - - - CP0016 - M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.Extensions.dll - net7.0/System.Text.Encoding.Extensions.dll - - - CP0016 - M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Text.Encoding.Extensions.dll - net7.0/System.Text.Encoding.Extensions.dll - - - CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Text.RegularExpressions.dll - net7.0/System.Text.RegularExpressions.dll - - - CP0016 - M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.dll - net7.0/System.Threading.dll - - - CP0016 - M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll - - - CP0016 - M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Tasks.dll - net7.0/System.Threading.Tasks.dll - - - CP0016 - M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0016 - M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0016 - M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0016 - M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Threading.Thread.dll - net7.0/System.Threading.Thread.dll - - - CP0016 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Threading.ThreadPool.dll - net7.0/System.Threading.ThreadPool.dll - - - CP0016 - M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0016 - M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0016 - M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0016 - T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0016 - T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0016 - T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Transactions.dll - net7.0/System.Transactions.dll - - - CP0016 - M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll - - - CP0016 - M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll - - - CP0016 - M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll - - - CP0016 - M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll - - - CP0016 - M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll - - - CP0016 - M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll - - - CP0016 - M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll - - - CP0016 - M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll - - - CP0016 - M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.ValueTuple.dll - net7.0/System.ValueTuple.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Web.dll - net7.0/System.Web.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.0/System.Windows.dll - net7.0/System.Windows.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] - netstandard2.0/System.Windows.dll - net7.0/System.Windows.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.Lax:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.Skip:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaContentProcessing.Strict:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.All:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Empty:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Extension:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.List:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Restriction:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Substitution:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaDerivationMethod.Union:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaUse.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaUse.Optional:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaUse.Prohibited:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaUse.Required:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAnnotated.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAnnotation.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAny.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAny.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAnyAttribute.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAppInfo.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.AttributeSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.AttributeType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttribute.Use:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroup.RedefinedAttributeGroup:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaAttributeGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexContent.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.AttributeUses:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.AttributeWildcard:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.ContentType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.ContentTypeParticle:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaComplexType.IsMixed:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaContentModel.Content:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaDocumentation.Language:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaDocumentation.Source:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.Block:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.BlockResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.DefaultValue:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.ElementSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.ElementType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.FixedValue:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.Form:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.IsAbstract:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.IsNillable:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.SchemaTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaElement.SubstitutionGroup:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaExternal.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaExternal.Schema:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaExternal.SchemaLocation:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaFacet.IsFixed:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaFacet.Value:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroup.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroup.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroupBase.Items:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroupRef.Particle:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaGroupRef.RefName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaIdentityConstraint.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaImport.Namespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaKeyref.Refer:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaNotation.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaNotation.Public:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaNotation.System:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaObject.LineNumber:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaObject.LinePosition:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaObject.Parent:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaObject.SourceUri:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MaxOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MaxOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MinOccurs:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaParticle.MinOccursString:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaRedefine.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaRedefine.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaRedefine.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleContentExtension.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.BaseItemType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseMemberTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.BaseSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.BaseXmlSchemaType:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.Datatype:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.DerivedBy:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.Final:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.FinalResolved:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.IsMixed:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.Name:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.QualifiedName:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaType.TypeCode:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.Schema.XmlSchemaXPath.XPath:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] - netstandard2.0/System.Xml.dll - net7.0/System.Xml.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/System.Xml.Linq.dll - net7.0/System.Xml.Linq.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaForm.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaForm.Qualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - F:System.Xml.Schema.XmlSchemaForm.Unqualified:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.AttributeFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.AttributeGroups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Attributes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.BlockDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.ElementFormDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Elements:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.FinalDefault:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Groups:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Id:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.IsCompiled:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Notations:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.SchemaTypes:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.TargetNamespace:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - P:System.Xml.Schema.XmlSchema.Version:[T:System.Xml.Serialization.XmlAttributeAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - T:System.Xml.Schema.XmlSchema:[T:System.Xml.Serialization.XmlRootAttribute] - netstandard2.0/System.Xml.ReaderWriter.dll - net7.0/System.Xml.ReaderWriter.dll - - - CP0016 - M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.Serialization.dll - net7.0/System.Xml.Serialization.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.0/System.Xml.XDocument.dll - net7.0/System.Xml.XDocument.dll - - - CP0016 - M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlDocument.dll - net7.0/System.Xml.XmlDocument.dll - - - CP0016 - M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.0/System.Xml.XmlSerializer.dll - net7.0/System.Xml.XmlSerializer.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XPath.dll - net7.0/System.Xml.XPath.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.0/System.Xml.XPath.dll - net7.0/System.Xml.XPath.dll - - - CP0016 - M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.0/System.Xml.XPath.dll - net7.0/System.Xml.XPath.dll - \ No newline at end of file diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml index 51abaceb145737..8c7d43ca0985d4 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml @@ -1230,15550 +1230,4 @@ netstandard2.1/netstandard.dll net7.0/netstandard.dll - - CP0016 - E:System.Console.CancelKeyPress:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.IO.Pipes.PipeTransmissionMode.Message:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AddressListSort:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AssociateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.AsyncIO:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.BindToInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.EnableCircularQueuing:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.Flush:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetBroadcastAddress:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.GetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.KeepAliveValues:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.LimitBroadcasts:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MulticastScope:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.MultipointLoopback:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.NamespaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAll:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetGroupQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.SetQos:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.TranslateHandle:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.IOControlCode.UnicastInterface:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.UseKernelApc:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.UseSystemThread:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Net.Sockets.TransmitFileOptions.WriteBehind:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Reflection.TypeDelegator.typeImpl:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Runtime.CompilerServices.StrongBox`1.Value:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalBlockSizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Security.Cryptography.SymmetricAlgorithm.LegalKeySizesValue:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKC:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.NormalizationForm.FormKD:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Text.RegularExpressions.Regex.pattern:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.EnableDataBinding:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateOrder:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.GenerateProperties:[T:System.Xml.Serialization.XmlEnumAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - F:System.Xml.Serialization.CodeGenerationOptions.None:[T:System.Xml.Serialization.XmlIgnoreAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[],System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Activator.CreateInstance``1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String,System.String[],System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.ExecuteAssembly(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.AppDomain.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ApplicationId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[],System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int32[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.CreateInstance(System.Type,System.Int64[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Array.Resize``1(``0[]@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ArraySegment`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Attribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Boolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Boolean.TryParse(System.String,System.Boolean@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Buffers.StandardFormat.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Buffers.StandardFormat.Parse(System.ReadOnlySpan{System.Char})$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Buffers.StandardFormat.Parse(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Buffers.StandardFormat.TryParse(System.ReadOnlySpan{System.Char},System.Buffers.StandardFormat@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.TryParse(System.String,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Byte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Char.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Char.TryParse(System.String,System.Char@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.ArrayList.ToArray(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.CollectionExtensions.Remove``2(System.Collections.Generic.IDictionary{``0,``1},``0,``1@)$2:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.Dictionary`2.Remove(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.EqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.HashSet`1.TryGetValue(`0,`0@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.IEqualityComparer`1.GetHashCode(`0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.Queue`1.TryDequeue(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.Queue`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.SortedSet`1.TryGetValue(`0,`0@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.Stack`1.TryPeek(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Generic.Stack`1.TryPop(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.ObjectModel.KeyedCollection`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.ObjectModel.ReadOnlyDictionary`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Specialized.BitVector32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])->System.ComponentModel.PropertyDescriptorCollection:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.get_Item(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BindingList`1.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DataObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DataObjectFieldAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DataObjectMethodAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.CommandID.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.get_Properties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.IBindingListView.set_Filter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetConverter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ImmutableObjectAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ISite.set_Name(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MaskedTextProvider.Clone:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.get_Converter:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverter.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.get_ComObjectType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.get_InterfaceType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeDescriptor.set_ComNativeDescriptorHandler(System.ComponentModel.IComNativeDescriptorHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Beep:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Beep(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Clear:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_BufferHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_BufferWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_CursorSize:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_CursorVisible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_Title:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_WindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.get_WindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.OpenStandardInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.OpenStandardInput(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Read:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.ReadKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.ReadKey(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.ReadLine:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.ResetColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_BufferHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_BufferWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_CursorSize(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_CursorVisible(System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_OutputEncoding(System.Text.Encoding):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_Title(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_WindowHeight(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_WindowLeft(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_WindowTop(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.set_WindowWidth(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetBufferSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetCursorPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetIn(System.IO.TextReader):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetWindowPosition(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.SetWindowSize(System.Int32,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Console.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ConsoleKeyInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.Type,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode,System.IFormatProvider)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ChangeType(System.Object,System.TypeCode)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.IsDBNull(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToBoolean(System.Object,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToBoolean(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToBoolean(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToBoolean(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToString(System.String,System.IFormatProvider)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Convert.ToString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.set_FillLoadOption(System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.String,System.String,System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)$3:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.set_DataSetColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMapping.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataColumnMappingCollection.GetDataColumn(System.Data.Common.DataColumnMappingCollection,System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataTableMapping.GetDataColumn(System.String,System.Type,System.Data.DataTable,System.Data.MissingMappingAction,System.Data.MissingSchemaAction)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataTableMapping.set_DataSetTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DataTableMapping.set_SourceTable(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_CatalogSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_QuotePrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_QuoteSuffix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbCommandBuilder.set_SchemaSeparator(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.GetProperties(System.Collections.Hashtable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbConnectionStringBuilder.TryGetValue(System.String,System.Object@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.Data.IDbCommand,System.String,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType,System.Data.IDbCommand,System.Data.CommandBehavior):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbDataAdapter.Update(System.Data.DataTable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbProviderFactories.GetFactory(System.Data.DataRow):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Common.DbProviderFactories.TryGetFactory(System.String,System.Data.Common.DbProviderFactory@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.Constraint.set_ConstraintName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String,System.Data.MappingType)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Caption(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_ColumnName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_DataType(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_DefaultValue(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Expression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Expression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumn.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataColumnCollection.Add(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRelation.set_RelationName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRow.set_Item(System.Data.DataColumn,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRow.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRow.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRow.set_RowError(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRowView.set_Item(System.Int32,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataRowView.set_Item(System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.GetSerializationData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.GetXml:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.GetXmlSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.IO.Stream,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.IO.TextReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.String,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.InferXmlSchema(System.Xml.XmlReader,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler,System.Data.DataTable[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.Load(System.Data.IDataReader,System.Data.LoadOption,System.String[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.Stream,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.TextReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.String,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.Xml.XmlReader,System.Data.XmlReadMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.String,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter,System.Converter{System.Type,System.String}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataSet.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Compute(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.GetSchema:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption,System.Data.FillErrorEventHandler):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader,System.Data.LoadOption):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Load(System.Data.IDataReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXml(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSchema(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.ReadXmlSerializable(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.Select(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_DisplayExpression(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_Namespace(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_Prefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_PrimaryKey(System.Data.DataColumn[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.set_TableName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXml(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataTable.WriteXmlSchema(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataView.#ctor(System.Data.DataTable,System.String,System.String,System.Data.DataViewRowState):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataView.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataView.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewManager.set_DataSet(System.Data.DataSet)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewManager.set_DataViewSettingCollectionString(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewSetting.set_RowFilter(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewSetting.set_RowFilter(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewSetting.set_Sort(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DataViewSettingCollection.set_Item(System.Int32,System.Data.DataViewSetting)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.DBConcurrencyException.set_Row(System.Data.DataRow)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.ForeignKeyConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataAdapter.Update(System.Data.DataSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataParameter.set_ParameterName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataParameter.set_SourceColumn(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDataRecord.GetFieldType(System.Int32)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDbCommand.set_CommandText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.IDbConnection.set_ConnectionString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlBinary.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlBoolean.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlDateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlDecimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlDouble.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlGuid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlMoney.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlSingle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.SqlTypes.SqlString.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.TypedTableBase`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Data.UniqueConstraint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParse(System.String,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTime.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.DateTimeOffset.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.TryParse(System.String,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Decimal.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.Combine(System.Delegate,System.Delegate)->System.Delegate:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String,System.Boolean)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.CreateDelegate(System.Type,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Delegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.Print(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DebuggerVisualizerAttribute.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MaxWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.get_MinWorkingSet:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcesses(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.GetProcessesByName(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Kill:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Process.Start(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Arguments(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_FileName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_Verb(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessStartInfo.set_WorkingDirectory(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessThread.get_PriorityLevel:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.ProcessThread.set_PriorityLevel(System.Diagnostics.ThreadPriorityLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.StackFrame.GetMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.SymbolStore.SymbolToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceListener.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$4:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,``0)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,System.Guid@,System.Guid@,``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEvent(System.Int32,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource.EventData*):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.TryParse(System.String,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Double.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.Color.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.Point.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.PointF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.Rectangle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.RectangleF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.Size.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.SizeF.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Drawing.SizeFConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Dynamic.CallInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.Format(System.Type,System.Object,System.String)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.GetValues(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Boolean,System.Object@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse(System.Type,System.String,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse``1(System.String,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Enum.TryParse``1(System.String,System.Boolean,``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Exception.get_TargetSite:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.CompareInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.CultureInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.IdnMapping.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.RegionInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.SortKey.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.SortVersion.Equals(System.Globalization.SortVersion)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.SortVersion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.StringInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Globalization.TextInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ParseExact(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParse(System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Guid.TryParseExact(System.String,System.String,System.Guid@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Index.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int16.TryParse(System.String,System.Int16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int32.TryParse(System.String,System.Int32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Int64.TryParse(System.String,System.Int64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IntPtr.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Directory.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.DriveInfo.set_VolumeLabel(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.File.Decrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.File.Encrypt(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.File.Exists(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.FileInfo.Decrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.FileInfo.Encrypt:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess,System.IO.MemoryMappedFiles.MemoryMappedFileOptions,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64,System.IO.MemoryMappedFiles.MemoryMappedFileAccess):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateOrOpen(System.String,System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights,System.IO.HandleInheritability):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String,System.IO.MemoryMappedFiles.MemoryMappedFileRights):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.MemoryMappedFiles.MemoryMappedFile.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.ChangeExtension(System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.GetExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.GetFileName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.GetFileNameWithoutExtension(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.HasExtension(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Path.IsPathRooted(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.Pipes.PipeStream.WaitForPipeDrain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.set_NewLine(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.Write(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.IO.TextWriter.WriteLine(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.New(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String,System.Linq.Expressions.Expression[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Type,System.String)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.TryGetActionType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.Expression.TryGetFuncType(System.Type[],System.Type@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)->System.Linq.Expressions.Expression:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitAndConvert``1(``0,System.String)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Expressions.ExpressionVisitor.VisitLabelTarget(System.Linq.Expressions.LabelTarget)->System.Linq.Expressions.LabelTarget:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Append``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Prepend``1(System.Linq.IQueryable{``0},``0):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SkipLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.TakeLast``1(System.Linq.IQueryable{``0},System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Linq.Queryable.Zip``3(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Memory`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.GetRuntimeFieldHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.GetRuntimeMethodHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.GetRuntimeTypeHandleFromMetadataToken(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveFieldHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveFieldHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveMethodHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveMethodHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveTypeHandle(System.Int32,System.RuntimeTypeHandle[],System.RuntimeTypeHandle[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ModuleHandle.ResolveTypeHandle(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.MulticastDelegate.#ctor(System.Object,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.MulticastDelegate.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.MulticastDelegate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Comment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Port(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Cookie.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.DnsEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.FtpWebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.FtpWebRequest.set_RenameTo(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.GlobalProxySelection.set_Select(System.Net.IWebProxy)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.DelegatingHandler.set_InnerHandler(System.Net.Http.HttpMessageHandler)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.AuthenticationHeaderValue.TryParse(System.String,System.Net.Http.Headers.AuthenticationHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.CacheControlHeaderValue.TryParse(System.String,System.Net.Http.Headers.CacheControlHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentDispositionHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentDispositionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ContentRangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.ContentRangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.EntityTagHeaderValue.TryParse(System.String,System.Net.Http.Headers.EntityTagHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.HttpHeaders.TryGetValues(System.String,System.Collections.Generic.IEnumerable{System.String}@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.set_MediaType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.MediaTypeWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.NameValueWithParametersHeaderValue.TryParse(System.String,System.Net.Http.Headers.NameValueWithParametersHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ProductInfoHeaderValue.TryParse(System.String,System.Net.Http.Headers.ProductInfoHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeHeaderValue.TryParse(System.String,System.Net.Http.Headers.RangeHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RangeItemHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.RetryConditionHeaderValue.TryParse(System.String,System.Net.Http.Headers.RetryConditionHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.StringWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.StringWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue.TryParse(System.String,System.Net.Http.Headers.TransferCodingWithQualityHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.ViaHeaderValue.TryParse(System.String,System.Net.Http.Headers.ViaHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.Headers.WarningHeaderValue.TryParse(System.String,System.Net.Http.Headers.WarningHeaderValue@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.DeleteAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Net.Http.HttpCompletionOption)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetByteArrayAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStreamAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.GetStringAsync(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PatchAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PostAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent,System.Threading.CancellationToken)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpClient.PutAsync(System.String,System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Net.Http.HttpMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpMethod.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpRequestMessage.#ctor(System.Net.Http.HttpMethod,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Http.HttpResponseMessage.set_Content(System.Net.Http.HttpContent)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListener.set_ExtendedProtectionSelectorDelegate(System.Net.HttpListener.ExtendedProtectionSelector)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerResponse.Redirect(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_EntityBody(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_HeaderWait(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_MinSendBytesPerSecond(System.Int64):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.HttpListenerTimeoutManager.set_RequestQueue(System.TimeSpan):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.IPAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.ReadOnlySpan{System.Char},System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.IPEndPoint.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.AttachmentBase.set_ContentId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_Body(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_From(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_Sender(System.Net.Mail.MailAddress)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.MailMessage.set_Subject(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mail.SmtpClient.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mime.ContentDisposition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mime.ContentType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Mime.ContentType.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Domain(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkCredential.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkCredential.set_SecurePassword(System.Security.SecureString)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkCredential.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId(System.Net.NetworkInformation.ScopeLevel):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Security.SslApplicationProtocol.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.Socket.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.Socket.SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.TcpClient.set_LingerState(System.Net.Sockets.LingerOption)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.TcpListener.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.UdpClient.AllowNatTraversal(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.Sockets.UdpReceiveResult.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebClient.set_BaseAddress(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebClient.set_Headers(System.Net.WebHeaderCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebClient.set_QueryString(System.Collections.Specialized.NameValueCollection)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebProxy.set_BypassList(System.String[])$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebRequest.set_Credentials(System.Net.ICredentials)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32,System.ArraySegment{System.Byte}):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetBuffer(System.Int32,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebSockets.ClientWebSocketOptions.SetRequestHeader(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Net.WebUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Complex.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Complex.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Matrix3x2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Matrix4x4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Plane.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Quaternion.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector`1.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector`1.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector2.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector3.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector3.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector4.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Numerics.Vector4.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Range.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ReadOnlyMemory`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.CreateInstance(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.get_DefinedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.get_ExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetExportedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetFiles:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetFiles(System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetForwardedTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetReferencedAssemblies:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.Load(System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.Load(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFile(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String,System.Byte[],System.Configuration.Assemblies.AssemblyHashAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[],System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.LoadModule(System.String,System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.Byte[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoad(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.ReflectionOnlyLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Assembly.UnsafeLoadFrom(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.AssemblyName.get_CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.CustomAttributeNamedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.CustomAttributeTypedArgument.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.DispatchProxy.Create``2:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.DispatchProxy.Create``2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.DispatchProxy.Create``2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.DynamicMethod.#ctor(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.CreateTypeInfo->System.Reflection.TypeInfo:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.GenericTypeParameterBuilder.SetBaseTypeConstraint(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.ILGenerator.ThrowException(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.Label.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod(System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.OpCode.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.AddInterfaceImplementation(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.CreateType->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.CreateTypeInfo->System.Reflection.TypeInfo:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.DefinePInvokeMethod(System.String,System.String,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][],System.Runtime.InteropServices.CallingConvention,System.Runtime.InteropServices.CharSet):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Emit.TypeBuilder.SetParent(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.IReflect.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodBase.GetCurrentMethod:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodBase.GetMethodBody:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.MethodInfo.MakeGenericMethod(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.FindTypes(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetFields:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethods:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.GetTypes:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveField(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveField(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveMember(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveMethod(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveSignature(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveString(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveType(System.Int32,System.Type[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.Module.ResolveType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.#ctor(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeDelegator.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_DeclaredProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.get_ImplementedInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredMethods(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.GetDeclaredProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Reflection.TypeInfo.IsAssignableFrom(System.Reflection.TypeInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Resources.ResourceManager.#ctor(System.String,System.Reflection.Assembly,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Resources.ResourceManager.CreateFileBasedResourceManager(System.String,System.String,System.Type)$2:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(`0,`1@)$1:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.FormattableStringFactory.Create(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(System.RuntimeTypeHandle):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.BindToMoniker(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ChangeWrapperHandleStrength(System.Object,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetComObjectData(System.Object,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module):[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetIDispatchForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0)$1:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SetComObjectData(System.Object,System.Object,System.Object):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.MemoryMarshal.TryGetMemoryManager``2(System.ReadOnlyMemory{``0},``1@,System.Int32@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.MemoryMarshal.TryGetMemoryManager``2(System.ReadOnlyMemory{``0},``1@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.MemoryMarshal.TryGetString(System.ReadOnlyMemory{System.Char},System.String@,System.Int32@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.OSPlatform.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.SequenceMarshal.TryGetReadOnlySequenceSegment``1(System.Buffers.ReadOnlySequence{``0},System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@,System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.InteropServices.SequenceMarshal.TryGetReadOnlySequenceSegment``1(System.Buffers.ReadOnlySequence{``0},System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@,System.Buffers.ReadOnlySequenceSegment{``0}@,System.Int32@)$3:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object,System.Runtime.Serialization.DataContractResolver):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.DataContractSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Runtime.Serialization.Json.DataContractJsonSerializerSettings):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.DoFixups:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - 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] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.StreamingContext.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlDictionaryReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.ReadObject(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Text.StringBuilder,System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer(System.Type,System.Reflection.MemberInfo[],System.Xml.XmlNamespaceManager@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetRootElementName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Serialization.XsdDataContractExporter.GetSchemaTypeName(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Runtime.Versioning.FrameworkName.Equals(System.Runtime.Versioning.FrameworkName)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SByte.TryParse(System.String,System.SByte@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Aes.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.AsymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.AddAlgorithm(System.Type,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.AddOID(System.String,System.String[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String,System.Object[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.CreateFromName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.EncodeOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptoConfig.MapNameToOID(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.CryptographicException.#ctor(System.String,System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.DSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDiffieHellman.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECCurve):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.Security.Cryptography.ECParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.ECDsa.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HashAlgorithmName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMAC.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.HMACMD5.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.KeyedHashAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.MD5.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.Byte[],System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.#ctor(System.String,System.Byte[],System.String,System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PasswordDeriveBytes.set_HashName(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.PKCS1MaskGenerationMethod.#ctor:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RandomNumberGenerator.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RC2.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RC2CryptoServiceProvider.set_UseSalt(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Rijndael.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.Rijndael.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.Security.Cryptography.RSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSA.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32,System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSACryptoServiceProvider.#ctor(System.Security.Cryptography.CspParameters):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSAEncryptionPadding.Equals(System.Security.Cryptography.RSAEncryptionPadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.RSASignaturePadding.Equals(System.Security.Cryptography.RSASignaturePadding)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SHA1.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SHA256.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SHA384.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SHA512.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateDigest:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SignatureDescription.CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.SymmetricAlgorithm.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.TripleDES.Create(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate.Equals(System.Security.Cryptography.X509Certificates.X509Certificate)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_Archived(System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_FriendlyName(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Cryptography.X509Certificates.X509ChainStatus.set_StatusInformation(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.Principal.GenericPrincipal.IsInRole(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.Equal(System.Security.SecurityElement)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.Escape(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidAttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidAttributeValue(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidTag(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Security.SecurityElement.IsValidText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.SequencePosition.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Single.TryParse(System.String,System.Single@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Equals(System.String,System.StringComparison)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Equals(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.String.Format(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.DecoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.DecoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.EncoderExceptionFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.EncoderReplacementFallback.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.EncodingInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.set_CapNames(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.set_Caps(System.Collections.IDictionary)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.IFormatProvider,System.String,System.Object[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.AppendFormat(System.String,System.Object[])$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.StringBuilder.Equals(System.Text.StringBuilder)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.UnicodeEncoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.UTF32Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.UTF7Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Text.UTF8Encoding.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.AsyncFlowControl.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.AsyncLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.AddParticipant:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.AddParticipants(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Barrier.SignalAndWait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CancellationToken.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CancellationTokenRegistration.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.CountdownEvent.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.EventWaitHandle.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.EventWaitHandle.TryOpenExisting(System.String,System.Threading.EventWaitHandle@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.CompareExchange(System.Object@,System.Object,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.CompareExchange``1(``0@,``0,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Interlocked.Exchange``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@,System.Func{``0})$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Boolean@,System.Object@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Object@,System.Func{``0})$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@,System.Object@,System.Func{``0})$1:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LazyInitializer.EnsureInitialized``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.LockCookie.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ManualResetEventSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object,System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Monitor.Wait(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Mutex.TryOpenExisting(System.String,System.Threading.Mutex@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.AcquireReaderLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.RestoreLock(System.Threading.LockCookie@):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ReaderWriterLock.UpgradeToWriterLock(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Semaphore.OpenExisting(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Semaphore.TryOpenExisting(System.String,System.Threading.Semaphore@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.SemaphoreSlim.Wait(System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32,System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.Threading.CancellationToken):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[],System.TimeSpan):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.Task.WaitAll(System.Threading.Tasks.Task[]):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.ValueTask.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.SetApartmentState(System.Threading.ApartmentState):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.Start:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.Start(System.Object):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)->object:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.VolatileRead(System.Object@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Thread.VolatileWrite(System.Object@,System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadLocal`1.get_Value->T:[T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.BindHandle(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.BindHandle(System.Runtime.InteropServices.SafeHandle):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.RegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.Int64,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.ThreadPool.UnsafeRegisterWaitForSingleObject(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.UInt32,System.Boolean):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Volatile.Read``1(``0@)->T:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Volatile.Read``1(``0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.Volatile.Write``1(``0@,``0)$0:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Threading.WaitHandle.set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String,System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ParseExact(System.String,System.String[],System.IFormatProvider)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParse(System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParse(System.String,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.ReadOnlySpan{System.Char},System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String,System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.TimeSpanStyles,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeSpan.TryParseExact(System.String,System.String[],System.IFormatProvider,System.TimeSpan@)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Transactions.Transaction.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Transactions.TransactionManager.set_HostCurrentCallback(System.Transactions.HostCurrentTransactionCallback)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Transactions.TransactionOptions.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Tuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.FindInterfaces(System.Reflection.TypeFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.get_TypeInitializer:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructor(System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructors:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetConstructors(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetDefaultMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEnumValues:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEvent(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEvent(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEvents:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetEvents(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetField(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetField(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetFields:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetFields(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterface(System.String,System.Boolean)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterface(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterface(System.String)->System.Type:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterface(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterfaceMap(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetInterfaces:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMember(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMember(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMembers:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMembers(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Int32,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Int32,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethod(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethodImpl(System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethods:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetMethods(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetNestedType(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetNestedType(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetNestedTypes:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetNestedTypes(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperties:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperties(System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Reflection.BindingFlags):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String,System.Type[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetProperty(System.String):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type},System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String,System.Func{System.Reflection.AssemblyName,System.Reflection.Assembly},System.Func{System.Reflection.Assembly,System.String,System.Boolean,System.Type}):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetType(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromCLSID(System.Guid):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String,System.Boolean):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String,System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.GetTypeFromProgID(System.String):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[]):[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.IsAssignableFrom(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.IsEquivalentTo(System.Type)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.IsInstanceOfType(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeArrayType:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeArrayType(System.Int32):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Type.MakeGenericType(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt16.TryParse(System.String,System.UInt16@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt32.TryParse(System.String,System.UInt32@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.ToString(System.String,System.IFormatProvider)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.ToString(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)$2:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UInt64.TryParse(System.String,System.UInt64@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UIntPtr.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.Boolean)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.CheckSchemeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)$2:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Fragment(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Host(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Password(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Path(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Query(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_Scheme(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriBuilder.set_UserName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`1.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`2.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`3.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`4.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`5.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`6.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`7.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueTuple`8.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.ValueType.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Version.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Version.Equals(System.Version)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Version.TryParse(System.ReadOnlySpan{System.Char},System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Version.TryParse(System.String,System.Version@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Version.TryParse(System.String,System.Version@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.WeakReference`1.TryGetTarget(`0@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlAttributeEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.Object)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.HtmlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[],System.Int32,System.Int32)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[],System.Int32,System.Int32)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.Byte[])->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String,System.Text.Encoding)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlEncodeUnicodeToBytes(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Web.HttpUtility.UrlPathEncode(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.IXmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XAttribute.op_Explicit(System.Xml.Linq.XAttribute)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XDocument.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String,System.Xml.Linq.LoadOptions)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Boolean}->bool?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTime}->System.DateTime?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.DateTimeOffset}->System.DateTimeOffset?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Decimal}->decimal?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Double}->double?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Guid}->System.Guid?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int32}->int?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Int64}->long?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.Single}->float?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.TimeSpan}->System.TimeSpan?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt32}->uint?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.Nullable{System.UInt64}->ulong?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XElement.op_Explicit(System.Xml.Linq.XElement)~System.String->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XName.op_Implicit(System.String)~System.Xml.Linq.XName->System.Xml.Linq.XName:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XNamespace.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Linq.XNamespace.op_Implicit(System.String)~System.Xml.Linq.XNamespace->System.Xml.Linq.XNamespace:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.IO.TextWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter,System.Xml.XmlNamespaceManager):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchema.Write(System.Xml.XmlWriter):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaAttributeGroupRef.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaDocumentation.set_Language(System.String)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_RefName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SchemaTypeName(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaElement.set_SubstitutionGroup(System.Xml.XmlQualifiedName)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaType.IsDerivedFrom(System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaType,System.Xml.Schema.XmlSchemaDerivationMethod)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_LineInfoProvider(System.Xml.IXmlLineInfo)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Schema.XmlSchemaValidator.set_SourceUri(System.Uri)$0:[T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapEnumAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapSchemaMember.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.SoapTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlAnyElementAttribute.set_Name(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlArrayItemAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_AttributeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlAttributeAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.set_MemberName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlElementAttribute.set_ElementName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlRootAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas,System.Xml.Serialization.CodeIdentifiers):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportAnyType(System.Xml.XmlQualifiedName,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.SoapSchemaMember[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[],System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(System.Xml.XmlQualifiedName[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(System.Xml.XmlQualifiedName):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSchemas.Compile(System.Xml.Schema.ValidationEventHandler,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ReadString(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)->byte[]:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.#ctor(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.Xml.Serialization.XmlDeserializationEvents):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[],System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromMappings(System.Xml.Serialization.XmlMapping[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Xml.Serialization.XmlTypeMapping):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlTextAttribute.set_DataType(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Serialization.XmlTypeAttribute.set_TypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.UniqueId.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlAttribute.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlAttributeCollection.SetNamedItem(System.Xml.XmlNode)->System.Xml.XmlNode:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlBinaryReaderSession.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlCharacterData.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.DecodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeLocalName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeName(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.EncodeNmToken(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTime(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToDateTimeOffset(System.String,System.String[])$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTime,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.ToString(System.DateTimeOffset,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlConvert.VerifyTOKEN(System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Encoding(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDeclaration.set_Standalone(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Int32,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.String,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionary.TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString@)$1:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.IsStartArray(System.Type@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDictionaryReader.TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString@)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDocument.LoadXml(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlDocument.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlElement.SetAttribute(System.String,System.String,System.String)->string:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.AddNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.LookupPrefix(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlNamespaceManager.RemoveNamespace(System.String,System.String)$1:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_BaseURI(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_DocTypeName(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_InternalSubset(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_PublicId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_SystemId(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlParserContext.set_XmlLang(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Data(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_InnerText(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlProcessingInstruction.set_Value(System.String)$0:[T:System.Diagnostics.CodeAnalysis.AllowNullAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlQualifiedName.Equals(System.Object)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.Stream)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.IO.TextReader)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNameTable)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlTextReader.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XmlValidatingReader.#ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XPath.XPathDocument.#ctor(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)$0:[T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslCompiledTransform.Load(System.Type):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XsltArgumentList.AddExtensionObject(System.String,System.Object):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XsltArgumentList.GetExtensionObject(System.String):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String,System.Xml.XmlResolver)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - M:System.Xml.Xsl.XslTransform.Load(System.String)$0:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.AttributeProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.DesignerAttribute.DesignerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.EditorAttribute.EditorBaseTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.EditorAttribute.EditorTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.EnumConverter.EnumType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.InstallerTypeAttribute.InstallerType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.BackgroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.CapsLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.CursorLeft:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.CursorTop:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.ForegroundColor:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.In:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.InputEncoding:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.LargestWindowHeight:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.LargestWindowWidth:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.NumberLock:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Console.TreatControlCAsInput:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataColumn.DataType:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataColumn.DataType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataColumn.DefaultValue:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataTable.PrimaryKey:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Data.DataView.Table:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerObjectSourceTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.DebuggerVisualizerAttribute.VisualizerTypeName:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.StartTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.Process.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.Domain:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.FileName:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.LoadUserProfile:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.Password:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.PasswordInClearText:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessStartInfo.WorkingDirectory:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.ProcessorAffinity:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.StartTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.TotalProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Diagnostics.ProcessThread.UserProcessorTime:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.FormattableString.Format:[T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.IO.FileSystemWatcher.Path:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.AutomaticDecompression:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.CheckCertificateRevocationList:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.CookieContainer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.DangerousAcceptAnyServerCertificateValidator:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.DefaultProxyCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.MaxAutomaticRedirections:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.MaxConnectionsPerServer:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.MaxResponseHeadersLength:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.PreAuthenticate:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.ServerCertificateCustomValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.SslProtocols:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.UseCookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.Http.HttpClientHandler.UseProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPAddressInformation.IsTransient:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.IncomingUnknownProtocolPackets:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsSent:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPInterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.ServicePointManager.EncryptionPolicy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Cookies:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.KeepAliveInterval:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.RemoteCertificateValidationCallback:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Net.WebSockets.ClientWebSocketOptions.UseDefaultCredentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Assembly.CodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Assembly.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.AssemblyName.EscapedCodeBase:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Emit.ModuleBuilder.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Module.FullyQualifiedName:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Reflection.Module.Name:[T:System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Resources.ResourceManager.ResourceSetType:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Security.Cryptography.DSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Security.Cryptography.RSACryptoServiceProvider.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.XmlUrlResolver.Credentials:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - P:System.Xml.XmlUrlResolver.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Collections.Concurrent.BlockingCollection`1:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Collections.Specialized.StringDictionary:[T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.BindingList`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.DesignerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.IComponent:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.IListSource:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.DesignerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.MarshalByValueComponent:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ComponentModel.MaskedTextProvider:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DataAdapter:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DataColumnMapping:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DataTableMapping:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DataTableMappingCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DbConnectionStringBuilder:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Common.DbProviderFactory:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.Constraint:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.ConstraintCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataColumn:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataColumn:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataColumnCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataRelation:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataRelation:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataRelationCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataSet:[T:System.ComponentModel.DesignerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataSet:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataSet:[T:System.Xml.Serialization.XmlRootAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataTable:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataTable:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataTableCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataView:[T:System.ComponentModel.DesignerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataView:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataViewManager:[T:System.ComponentModel.DesignerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataViewRowState:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataViewSetting:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.DataViewSettingCollection:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.ForeignKeyConstraint:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Data.UniqueConstraint:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Process:[T:System.ComponentModel.DesignerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.ProcessModule:[T:System.ComponentModel.DesignerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.ProcessThread:[T:System.ComponentModel.DesignerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Tracing.DiagnosticCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Tracing.EventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Tracing.EventSource:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Tracing.IncrementingEventCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Tracing.IncrementingPollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Diagnostics.Tracing.PollingCounter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Color:[T:System.ComponentModel.EditorAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Color:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Point:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Rectangle:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.Size:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Drawing.SizeF:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Lazy`1<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Lazy`2<0>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Linq.EnumerableQuery`1:[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Net.Mail.SmtpClient:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Net.Security.NegotiateStream:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.ReadOnlySpan`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.CompilerServices.ConditionalWeakTable`2<1>:[T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.CompilerServices.DiscardableAttribute:[T:System.AttributeUsageAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComEventsHelper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IDataObject:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Runtime.InteropServices.DispatchWrapper:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.AesCcm:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.AesGcm:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.AesManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.CspKeyContainerInfo:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.CspParameters:[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.RijndaelManaged:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.RSAPKCS1SignatureDeformatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.RSAPKCS1SignatureFormatter:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.X509Certificates.CertificateRequest:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Security.Cryptography.X509Certificates.DSACertificateExtensions:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Span`1:[T:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Threading.RegisteredWaitHandle:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Transactions.CommittableTransaction:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Transactions.IDtcTransaction:[T:System.Runtime.InteropServices.InterfaceTypeAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Transactions.TransactionScope:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.ComponentModel.TypeConverterAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Windows.Input.ICommand:[T:System.Windows.Markup.ValueSerializerAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Xml.Linq.XAttribute:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0016 - T:System.Xml.Linq.XElement:[T:System.ComponentModel.TypeDescriptionProviderAttribute] - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - \ No newline at end of file From 857b3838ed4466918bea37da6b390bd0a0523b81 Mon Sep 17 00:00:00 2001 From: smasher164 Date: Mon, 3 Oct 2022 14:39:31 -0700 Subject: [PATCH 28/45] update suppressions --- ...iCompatBaseline.NetCoreAppLatestStable.xml | 186 --- .../ApiCompatBaseline.netstandard2.0.xml | 1038 ----------------- .../ApiCompatBaseline.netstandard2.1.xml | 354 ------ 3 files changed, 1578 deletions(-) diff --git a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml index 17f24f06bcb252..21c4764e4c0236 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml @@ -756,18 +756,6 @@ net6.0/System.Security.Cryptography.Algorithms.dll net7.0/System.Security.Cryptography.Algorithms.dll - - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - CP0015 M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] @@ -846,54 +834,6 @@ net6.0/mscorlib.dll net7.0/mscorlib.dll - - CP0015 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0015 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - CP0015 M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] @@ -972,102 +912,6 @@ net6.0/netstandard.dll net7.0/netstandard.dll - - CP0015 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/netstandard.dll - net7.0/netstandard.dll - - - CP0015 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0015 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.Diagnostics.Process.dll - net7.0/System.Diagnostics.Process.dll - - - CP0015 - M:System.Diagnostics.Process.set_MaxWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0015 - M:System.Diagnostics.Process.set_MinWorkingSet(System.IntPtr):[T:System.Runtime.Versioning.SupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0015 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.dll - net7.0/System.dll - - - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.IO.FileSystem.dll - net7.0/System.IO.FileSystem.dll - - - CP0015 - P:System.Net.Http.HttpClientHandler.Proxy:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Net.Http.dll - net7.0/System.Net.Http.dll - - - CP0015 - M:System.IO.FileStream.Lock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - - - CP0015 - M:System.IO.FileStream.Unlock(System.Int64,System.Int64):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Runtime.dll - net7.0/System.Runtime.dll - CP0015 M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream):[T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute] @@ -1146,34 +990,4 @@ net6.0/System.Runtime.Serialization.Formatters.dll net7.0/System.Runtime.Serialization.Formatters.dll - - CP0015 - M:System.Security.Cryptography.DSA.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Int32):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0015 - M:System.Security.Cryptography.DSA.Create(System.Security.Cryptography.DSAParameters):[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0015 - M:System.Security.Cryptography.RC2.Create:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.Algorithms.dll - net7.0/System.Security.Cryptography.Algorithms.dll - - - CP0015 - M:System.Security.Cryptography.X509Certificates.PublicKey.GetDSAPublicKey:[T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute] - net6.0/System.Security.Cryptography.X509Certificates.dll - net7.0/System.Security.Cryptography.X509Certificates.dll - \ No newline at end of file diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml index 0a05af47f952b1..272ded0da3be09 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.0.xml @@ -216,1044 +216,6 @@ netstandard2.0/System.Xml.dll net7.0/System.Xml.dll - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.get_Name - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.SortKey.get_KeyData - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.SortKey.get_OriginalString - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.Clone - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ANSICodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_EBCDICCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ListSeparator - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_MacCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.get_OEMCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.set_ListSeparator(System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.Char) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.String) - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.CompareInfo.Name - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.SortKey.KeyData - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.SortKey.OriginalString - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.ANSICodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.EBCDICCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.ListSeparator - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.MacCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - P:System.Globalization.TextInfo.OEMCodePage - netstandard2.0/mscorlib.dll - net7.0/mscorlib.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.get_Name - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.SortKey.get_KeyData - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.SortKey.get_OriginalString - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.Clone - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ANSICodePage - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_EBCDICCodePage - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ListSeparator - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_MacCodePage - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_OEMCodePage - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.set_ListSeparator(System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.Char) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.Char) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.String) - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.CompareInfo.Name - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.SortKey.KeyData - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.SortKey.OriginalString - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.ANSICodePage - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.EBCDICCodePage - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.ListSeparator - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.MacCodePage - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.OEMCodePage - netstandard2.0/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.get_Name - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.Clone - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ANSICodePage - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.get_EBCDICCodePage - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ListSeparator - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.get_MacCodePage - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.get_OEMCodePage - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.set_ListSeparator(System.String) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.Char) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.String) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.Char) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.String) - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - P:System.Globalization.CompareInfo.Name - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - P:System.Globalization.TextInfo.ANSICodePage - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - P:System.Globalization.TextInfo.EBCDICCodePage - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - P:System.Globalization.TextInfo.ListSeparator - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - P:System.Globalization.TextInfo.MacCodePage - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - - - CP0012 - P:System.Globalization.TextInfo.OEMCodePage - netstandard2.0/System.Globalization.dll - net7.0/System.Globalization.dll - CP0014 M:System.Collections.IEnumerable.GetEnumerator:[T:System.Runtime.InteropServices.DispIdAttribute] diff --git a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml index 8c7d43ca0985d4..492ec8c0cc46a4 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.netstandard2.1.xml @@ -1,359 +1,5 @@  - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.Int32,System.String,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.Compare(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.get_Name - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetHashCode(System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.GetSortKey(System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.Char) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IndexOf(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsPrefix(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.IsSuffix(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.Char) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String,System.Int32) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.CompareInfo.LastIndexOf(System.String,System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.SortKey.get_KeyData - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.SortKey.get_OriginalString - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.Clone - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ANSICodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_EBCDICCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_ListSeparator - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_MacCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.get_OEMCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.set_ListSeparator(System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.Char) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToLower(System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.Char) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - M:System.Globalization.TextInfo.ToUpper(System.String) - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.CompareInfo.Name - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.SortKey.KeyData - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.SortKey.OriginalString - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.ANSICodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.EBCDICCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.ListSeparator - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.MacCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - - - CP0012 - P:System.Globalization.TextInfo.OEMCodePage - netstandard2.1/netstandard.dll - net7.0/netstandard.dll - CP0014 E:System.Diagnostics.Process.ErrorDataReceived:[T:System.ComponentModel.BrowsableAttribute] From b844b97cd472d3935dc28df58eac8b4acdeeac54 Mon Sep 17 00:00:00 2001 From: smasher164 Date: Mon, 3 Oct 2022 14:50:59 -0700 Subject: [PATCH 29/45] more suppressions removed --- .../src/CompatibilitySuppressions.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml b/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml index 5b4d231959ceac..cabcc50baff182 100644 --- a/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Runtime.InteropServices/src/CompatibilitySuppressions.xml @@ -12,18 +12,6 @@ ref/net7.0/System.Runtime.InteropServices.dll lib/net7.0/System.Runtime.InteropServices.dll - - CP0001 - T:System.Runtime.InteropServices.IDispatchImplAttribute - ref/net7.0/System.Runtime.InteropServices.dll - lib/net7.0/System.Runtime.InteropServices.dll - - - CP0001 - T:System.Runtime.InteropServices.IDispatchImplType - ref/net7.0/System.Runtime.InteropServices.dll - lib/net7.0/System.Runtime.InteropServices.dll - CP0001 T:System.Runtime.InteropServices.RegistrationClassContext From 2c34db62fd5353d0c4247df724ea157294a2bb79 Mon Sep 17 00:00:00 2001 From: smasher164 Date: Thu, 6 Oct 2022 14:41:45 -0700 Subject: [PATCH 30/45] update suppressions --- .../CompatibilitySuppressions.xml | 12 - .../src/CompatibilitySuppressions.xml | 9 + .../src/CompatibilitySuppressions.xml | 51 + .../src/CompatibilitySuppressions.xml | 15 - .../src/CompatibilitySuppressions.xml | 1104 +---------------- .../src/CompatibilitySuppressions.xml | 6 + .../src/CompatibilitySuppressions.xml | 9 + .../src/CompatibilitySuppressions.xml | 18 + .../src/CompatibilitySuppressions.xml | 39 + .../src/CompatibilitySuppressions.xml | 21 - .../src/CompatibilitySuppressions.xml | 34 +- .../src/CompatibilitySuppressions.xml | 69 -- .../src/CompatibilitySuppressions.xml | 18 + .../src/CompatibilitySuppressions.xml | 306 +++++ .../src/CompatibilitySuppressions.xml | 21 - 15 files changed, 530 insertions(+), 1202 deletions(-) create mode 100644 src/libraries/Microsoft.Win32.SystemEvents/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.CodeDom/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.ComponentModel.TypeConverter/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Data.OleDb/src/CompatibilitySuppressions.xml create mode 100644 src/libraries/System.Diagnostics.PerformanceCounter/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Diagnostics.TraceSource/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Net.Http/src/CompatibilitySuppressions.xml delete mode 100644 src/libraries/System.Text.RegularExpressions/src/CompatibilitySuppressions.xml diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml index f55472b52dbfc9..2a2eac334940f0 100644 --- a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -24,16 +24,4 @@ ref/net7.0/System.Private.CoreLib.dll lib/Debug/System.Private.CoreLib.dll - - CP0020 - M:System.Diagnostics.Tracing.EventListener.EventSourceIndex(System.Diagnostics.Tracing.EventSource) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.dll - - - CP0020 - M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - ref/net7.0/System.Private.CoreLib.dll - lib/Debug/System.Private.CoreLib.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 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.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.ComponentModel.TypeConverter/src/CompatibilitySuppressions.xml b/src/libraries/System.ComponentModel.TypeConverter/src/CompatibilitySuppressions.xml deleted file mode 100644 index 6728f581a93034..00000000000000 --- a/src/libraries/System.ComponentModel.TypeConverter/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - CP0020 - M:System.ComponentModel.AttributeCollection.get_Attributes - ref/net7.0/System.ComponentModel.TypeConverter.dll - lib/net7.0/System.ComponentModel.TypeConverter.dll - - - CP0020 - P:System.ComponentModel.AttributeCollection.Attributes - ref/net7.0/System.ComponentModel.TypeConverter.dll - lib/net7.0/System.ComponentModel.TypeConverter.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 99023b1621a806..7a150462088b38 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Configuration.ConfigurationManager/src/CompatibilitySuppressions.xml @@ -37,1083 +37,75 @@ lib/net462/System.Configuration.ConfigurationManager.dll - CP0020 - M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_ElementProperty - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_Item(System.Configuration.ConfigurationProperty) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_Item(System.String) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_Properties - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.Init - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.InitializeDefault - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.IsModified - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.ResetModified - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.set_Item(System.Configuration.ConfigurationProperty,System.Object) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.set_Item(System.String,System.Object) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.SetReadOnly - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseClear - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.get_AddElementName - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.get_ClearElementName - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.get_RemoveElementName - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.IsModified - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.ResetModified - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.set_AddElementName(System.String) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.set_ClearElementName(System.String) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.set_RemoveElementName(System.String) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.SetReadOnly - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.GetRuntimeObject - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.IsModified - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ResetModified - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.KeyValueConfigurationCollection.get_Properties - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.KeyValueConfigurationElement.get_Properties - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.KeyValueConfigurationElement.Init - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ProtectedProviderSettings.get_Properties - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElement.ElementProperty - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElement.Item(System.String) - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElement.Properties - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElementCollection.AddElementName - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElementCollection.ClearElementName - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElementCollection.RemoveElementName - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.KeyValueConfigurationCollection.Properties - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.KeyValueConfigurationElement.Properties - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ProtectedProviderSettings.Properties - ref/net6.0/System.Configuration.ConfigurationManager.dll - lib/net6.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_ElementProperty - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_Item(System.Configuration.ConfigurationProperty) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_Item(System.String) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_Properties - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.Init - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.InitializeDefault - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.IsModified - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.ResetModified - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.set_Item(System.Configuration.ConfigurationProperty,System.Object) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.set_Item(System.String,System.Object) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.SetReadOnly - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseClear - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.get_AddElementName - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.get_ClearElementName - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.get_RemoveElementName - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.IsModified - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.ResetModified - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.set_AddElementName(System.String) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.set_ClearElementName(System.String) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.set_RemoveElementName(System.String) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.SetReadOnly - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.GetRuntimeObject - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.IsModified - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ResetModified - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.KeyValueConfigurationCollection.get_Properties - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.KeyValueConfigurationElement.get_Properties - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.KeyValueConfigurationElement.Init - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ProtectedProviderSettings.get_Properties - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElement.ElementProperty - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElement.Item(System.String) - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElement.Properties - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElementCollection.AddElementName - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElementCollection.ClearElementName - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ConfigurationElementCollection.RemoveElementName - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.KeyValueConfigurationCollection.Properties - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.KeyValueConfigurationElement.Properties - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - P:System.Configuration.ProtectedProviderSettings.Properties - ref/net7.0/System.Configuration.ConfigurationManager.dll - lib/net7.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_ElementProperty - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_Item(System.Configuration.ConfigurationProperty) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_Item(System.String) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.get_Properties - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.Init - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.InitializeDefault - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.IsModified - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.ResetModified - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.set_Item(System.Configuration.ConfigurationProperty,System.Object) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.set_Item(System.String,System.Object) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.SetReadOnly - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseClear - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.get_AddElementName - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.get_ClearElementName - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.get_RemoveElementName - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.IsModified - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.ResetModified - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.set_AddElementName(System.String) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.set_ClearElementName(System.String) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.set_RemoveElementName(System.String) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.SetReadOnly - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.GetRuntimeObject - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.IsModified - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ResetModified - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.KeyValueConfigurationCollection.get_Properties - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.KeyValueConfigurationElement.get_Properties - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/System.Configuration.ConfigurationManager.dll - - - CP0020 - M:System.Configuration.KeyValueConfigurationElement.Init - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - M:System.Configuration.ProtectedProviderSettings.get_Properties - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.ConfigurationElement.ElementProperty - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.ConfigurationElement.Item(System.String) - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.ConfigurationElement.Properties - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.ConfigurationElementCollection.AddElementName - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.ConfigurationElementCollection.ClearElementName - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.ConfigurationElementCollection.RemoveElementName - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.KeyValueConfigurationCollection.Properties - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.KeyValueConfigurationElement.Properties - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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 - CP0020 - P:System.Configuration.ProtectedProviderSettings.Properties - ref/netstandard2.0/System.Configuration.ConfigurationManager.dll - lib/netstandard2.0/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.Data.Odbc/src/CompatibilitySuppressions.xml b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml index b2e39159c4ed1e..7839c81ed00ea9 100644 --- a/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Data.Odbc/src/CompatibilitySuppressions.xml @@ -367,4 +367,10 @@ 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.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.EventLog/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml index 7119f9c5011087..1da76fc4ded031 100644 --- a/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Diagnostics.EventLog/src/CompatibilitySuppressions.xml @@ -12,4 +12,22 @@ 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.TraceSource/src/CompatibilitySuppressions.xml b/src/libraries/System.Diagnostics.TraceSource/src/CompatibilitySuppressions.xml deleted file mode 100644 index 2fcbf6e7880850..00000000000000 --- a/src/libraries/System.Diagnostics.TraceSource/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - CP0020 - M:System.Diagnostics.Switch.GetSupportedAttributes - ref/net7.0/System.Diagnostics.TraceSource.dll - lib/net7.0/System.Diagnostics.TraceSource.dll - - - CP0020 - M:System.Diagnostics.TraceListener.GetSupportedAttributes - ref/net7.0/System.Diagnostics.TraceSource.dll - lib/net7.0/System.Diagnostics.TraceSource.dll - - - CP0020 - M:System.Diagnostics.TraceSource.GetSupportedAttributes - ref/net7.0/System.Diagnostics.TraceSource.dll - lib/net7.0/System.Diagnostics.TraceSource.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 6f79d535b266df..6873d92c4d1d0d 100644 --- a/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Drawing.Common/src/CompatibilitySuppressions.xml @@ -104,26 +104,44 @@ lib/net462/System.Drawing.Common.dll - CP0019 - M:System.Drawing.Printing.PrintDocument.OnBeginPrint(System.Drawing.Printing.PrintEventArgs) + CP0015 + P:System.Drawing.Font.Name:[T:System.ComponentModel.EditorAttribute] lib/netstandard2.0/System.Drawing.Common.dll lib/net462/System.Drawing.Common.dll - CP0019 - M:System.Drawing.Printing.PrintDocument.OnEndPrint(System.Drawing.Printing.PrintEventArgs) + CP0015 + T:System.Drawing.Bitmap:[T:System.ComponentModel.EditorAttribute] lib/netstandard2.0/System.Drawing.Common.dll lib/net462/System.Drawing.Common.dll - CP0019 - M:System.Drawing.Printing.PrintDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs) + CP0015 + T:System.Drawing.ContentAlignment:[T:System.ComponentModel.EditorAttribute] lib/netstandard2.0/System.Drawing.Common.dll lib/net462/System.Drawing.Common.dll - CP0019 - M:System.Drawing.Printing.PrintDocument.OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs) + 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 diff --git a/src/libraries/System.Net.Http/src/CompatibilitySuppressions.xml b/src/libraries/System.Net.Http/src/CompatibilitySuppressions.xml deleted file mode 100644 index 3c359ec8b7b95c..00000000000000 --- a/src/libraries/System.Net.Http/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/android/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/browser/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/freebsd/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/illumos/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/ios/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/linux/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/maccatalyst/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/osx/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/solaris/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/tvos/lib/net7.0/System.Net.Http.dll - - - CP0020 - M:System.Net.Http.Headers.NameValueHeaderValue.#ctor(System.Net.Http.Headers.NameValueHeaderValue) - ref/net7.0/System.Net.Http.dll - runtimes/win/lib/net7.0/System.Net.Http.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 663f6ed415b4c0..e652dd8769f3d4 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/CompatibilitySuppressions.xml @@ -204,4 +204,22 @@ 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.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.Text.RegularExpressions/src/CompatibilitySuppressions.xml b/src/libraries/System.Text.RegularExpressions/src/CompatibilitySuppressions.xml deleted file mode 100644 index cb9261fd6b58d9..00000000000000 --- a/src/libraries/System.Text.RegularExpressions/src/CompatibilitySuppressions.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - CP0019 - M:System.Text.RegularExpressions.RegexRunner.#ctor - ref/net7.0/System.Text.RegularExpressions.dll - lib/net7.0/System.Text.RegularExpressions.dll - - - CP0019 - M:System.Text.RegularExpressions.RegexRunner.Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean) - ref/net7.0/System.Text.RegularExpressions.dll - lib/net7.0/System.Text.RegularExpressions.dll - - - CP0020 - M:System.Text.RegularExpressions.RegexRunner.CheckTimeout - ref/net7.0/System.Text.RegularExpressions.dll - lib/net7.0/System.Text.RegularExpressions.dll - - \ No newline at end of file From eaf59fd802aae8b4c6e024dcb08ad70f469e4338 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 12 Oct 2022 11:30:28 +0200 Subject: [PATCH 31/45] Update dependencies and clean-up --- eng/Version.Details.xml | 8 ++----- eng/Versions.props | 33 +++++++++++++------------- src/libraries/apicompat/ApiCompat.proj | 6 ++--- 3 files changed, 21 insertions(+), 26 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 282946d61101eb..24608bc80bce2b 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 846a766f73caa82608db6fee9f2860004298449f - + https://github.com/dotnet/sdk 3f2524bd65a6ab77b9160bcc23824dbc03990f3d diff --git a/eng/Versions.props b/eng/Versions.props index 49298ef79dcfd6..e38c6417693009 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/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj index d2e21e338890fa..7fc1923bee4db5 100644 --- a/src/libraries/apicompat/ApiCompat.proj +++ b/src/libraries/apicompat/ApiCompat.proj @@ -53,7 +53,7 @@ RoslynAssembliesPath="$(RoslynAssembliesPath)" GenerateCompatibilitySuppressionFile="$(GenerateCompatibilitySuppressionFile)" CompatibilitySuppressionFilePath="$(ApiCompatNetCoreAppLatestStableBaselineFile)" - EnableRuleAttributesMustMatch="true" + EnableRuleAttributesMustMatch="$(ApiCompatEnableRuleAttributesMustMatch)" ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" LeftAssembliesTransformationPattern="@(ApiCompatNetCoreAppLatestStableLeftAssembliesTransformationPattern)" RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> @@ -65,7 +65,7 @@ RoslynAssembliesPath="$(RoslynAssembliesPath)" GenerateCompatibilitySuppressionFile="$(GenerateCompatibilitySuppressionFile)" CompatibilitySuppressionFilePath="$(ApiCompatNetStandard21BaselineFile)" - EnableRuleAttributesMustMatch="true" + EnableRuleAttributesMustMatch="$(ApiCompatEnableRuleAttributesMustMatch)" ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" LeftAssembliesTransformationPattern="@(ApiCompatNetStandard21LeftAssembliesTransformationPattern)" RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> @@ -77,7 +77,7 @@ RoslynAssembliesPath="$(RoslynAssembliesPath)" GenerateCompatibilitySuppressionFile="$(GenerateCompatibilitySuppressionFile)" CompatibilitySuppressionFilePath="$(ApiCompatNetStandard20BaselineFile)" - EnableRuleAttributesMustMatch="true" + EnableRuleAttributesMustMatch="$(ApiCompatEnableRuleAttributesMustMatch)" ExcludeAttributesFiles="@(ApiCompatExcludeAttributesFile)" LeftAssembliesTransformationPattern="@(ApiCompatNetStandard20LeftAssembliesTransformationPattern)" RightAssembliesTransformationPattern="@(ApiCompatNetCoreAppCurrentRightAssembliesTransformationPattern)" /> From b1ca777f88155b82fe6230e97a287087e63190a1 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 12 Oct 2022 12:21:40 +0200 Subject: [PATCH 32/45] Add suppression files for CoreLib and fix path --- eng/resolveContract.targets | 5 +- .../CompatibilitySuppressions.xml | 8 +- .../src/CompatibilitySuppressions.xml | 1491 +++++++++++++++++ .../CompatibilitySuppressions.xml | 39 + 4 files changed, 1538 insertions(+), 5 deletions(-) create mode 100644 src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml create mode 100644 src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml diff --git a/eng/resolveContract.targets b/eng/resolveContract.targets index 8ef0dd4e1eaec6..1a3b87f0adef84 100644 --- a/eng/resolveContract.targets +++ b/eng/resolveContract.targets @@ -4,6 +4,9 @@ true <_ApiCompatCaptureGroupPattern>.+\$([System.IO.Path]::DirectorySeparatorChar)(.+)\$([System.IO.Path]::DirectorySeparatorChar)(.+) <_ApiCompatRuntimePrefixPattern>(.+)/(net\d.\d)-(.+)/(.+) + <_ApiCompatLibReplacementString>lib/$1/$2 + + <_ApiCompatLibReplacementString Condition="'$(MSBuildProjectName)' == 'System.Private.CoreLib'">lib/$(NetCoreAppCurrent)/$2 $(RepositoryEngineeringDir)DefaultGenApiDocIds.txt $(RepositoryEngineeringDir)LicenseHeader.txt @@ -18,7 +21,7 @@ - + diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml index 2a2eac334940f0..ceec39ba7480bb 100644 --- a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -4,24 +4,24 @@ CP0001 T:Internal.Console ref/net7.0/System.Private.CoreLib.dll - lib/Debug/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/Debug/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/Debug/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/Debug/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/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/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 From 45b5aa5bd46bd69b93ac54397c76668da7bb8171 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 12 Oct 2022 16:48:10 +0200 Subject: [PATCH 33/45] Update CoreLib coreclr suppression file --- .../System.Private.CoreLib/CompatibilitySuppressions.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml index ceec39ba7480bb..67b36e1e9b4623 100644 --- a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -24,4 +24,10 @@ 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 From ea745fe3515447a5491890489f352651ba4ca154 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 12 Oct 2022 17:04:14 +0200 Subject: [PATCH 34/45] Update coreclr suppression files --- .../CompatibilitySuppressions.xml | 30 + .../src/CompatibilitySuppressions.xml | 1482 +++++++++++++++++ .../CompatibilitySuppressions.xml | 36 + 3 files changed, 1548 insertions(+) diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml index 67b36e1e9b4623..cbfb3489825c38 100644 --- a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -1,5 +1,17 @@  + + CP0001 + T:Internal.Console + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ICastable + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + CP0001 T:Internal.Console @@ -12,6 +24,18 @@ ref/net7.0/System.Private.CoreLib.dll lib/net7.0/System.Private.CoreLib.dll + + CP0002 + F:System.Resources.ResourceManager.BaseNameField + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0002 + F:System.Resources.ResourceSet.Reader + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + CP0002 F:System.Resources.ResourceManager.BaseNameField @@ -24,6 +48,12 @@ 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] + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + CP0014 M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml index 85821f1324037e..e63ea4588e91e8 100644 --- a/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml +++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml @@ -1,5 +1,1439 @@  + + CP0001 + T:Internal.Console + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.DeveloperExperience.DeveloperExperience + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ArraySignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ArraySignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.AssemblyFlags + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.AssemblyHashAlgorithm + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.BooleanCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ByReferenceSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ByReferenceSignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ByteCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.CharCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBooleanArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBooleanArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBooleanValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBooleanValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantByteArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantByteArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantByteValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantByteValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantCharArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantCharArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantCharValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantCharValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantDoubleArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantDoubleArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantDoubleValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantDoubleValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantEnumArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantEnumArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantHandleArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantHandleArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt16Array + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt16ArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt16Value + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt16ValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt32Array + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt32ArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt32Value + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt32ValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt64Array + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt64ArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt64Value + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantInt64ValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantReferenceValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantReferenceValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSByteArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSByteArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSByteValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSByteValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSingleArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSingleArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSingleValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantSingleValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantStringArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantStringArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantStringValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantStringValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt16Array + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt16ArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt16Value + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt16ValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt32Array + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt32ArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt32Value + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt32ValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt64Array + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt64ArrayHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt64Value + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ConstantUInt64ValueHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.CustomAttribute + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.CustomAttributeHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.CustomAttributeHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.DoubleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Event + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.EventHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.EventHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Field + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FieldHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FieldHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FieldSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FieldSignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FunctionPointerSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.FunctionPointerSignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.GenericParameter + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.GenericParameterHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.GenericParameterHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.GenericParameterKind + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Handle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.HandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.HandleType + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Int16Collection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Int32Collection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Int64Collection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MemberReference + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MemberReferenceHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MetadataReader + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Method + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodInstantiation + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodInstantiationHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSemantics + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSemanticsAttributes + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSemanticsHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSemanticsHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodSignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodTypeVariableSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.MethodTypeVariableSignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ModifiedType + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ModifiedTypeHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamedArgument + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamedArgumentHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamedArgumentHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamedArgumentMemberKind + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceDefinition + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceReference + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NamespaceReferenceHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.NativeFormatReaderExtensions + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Parameter + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ParameterHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ParameterHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PInvokeAttributes + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PointerSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PointerSignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.Property + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PropertyHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PropertyHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PropertySignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.PropertySignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.QualifiedField + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.QualifiedFieldHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.QualifiedMethod + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.QualifiedMethodHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.SByteCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeDefinition + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeDefinitionHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeDefinitionHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeReference + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.ScopeReferenceHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.SingleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.SZArraySignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.SZArraySignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeDefinition + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeDefinitionHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeDefinitionHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeForwarder + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeForwarderHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeForwarderHandleCollection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeInstantiationSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeInstantiationSignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeReference + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeReferenceHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeSpecification + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeSpecificationHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeVariableSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.TypeVariableSignatureHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.UInt16Collection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.UInt32Collection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Metadata.NativeFormat.UInt64Collection + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Augments.ReflectionAugments + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Augments.ReflectionCoreCallbacks + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.AssemblyBinder + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.AssemblyBindResult + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.ExecutionDomain + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.ExecutionEnvironment + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.FieldAccessor + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.MethodInvoker + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.Execution.ReflectionCoreExecution + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.QScopeDefinition + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Core.ReflectionDomainSetup + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInheritanceRules + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInstantiator + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.DynamicDelegateAugments + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.RuntimeAugments + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.StackTraceMetadataCallbacks + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.Augments.TypeLoaderCallbacks + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CanonTypeKind + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerHelpers.MathHelpers + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerHelpers.StartupCodeHelpers + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerHelpers.ThrowHelpers + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.FixupRuntimeTypeHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.FunctionPointerOps + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.GenericMethodDescriptor + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.MethodNameAndSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.OpenMethodResolver + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.RuntimeFieldHandleInfo + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.RuntimeMethodHandleInfo + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.CompilerServices.RuntimeSignature + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.ReadyToRunSectionType + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.Runtime.TypeManagerHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.TypeSystem.ExceptionStringID + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:Internal.TypeSystem.LockFreeReaderHashtable`2 + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Array`1 + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.DebugAnnotations + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.DebuggerGuidedStepThroughAttribute + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Diagnostics.Tracing.PropertyValue + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.MDArray + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.AssemblyRuntimeNameHelpers + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.BinderBundle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.DynamicInvokeInfo + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.EnumInfo + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.MetadataReaderExtensions + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.NativeFormatMetadataReaderExtensions + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QGenericParameter + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QMethodDefinition + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QSignatureTypeHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QTypeDefinition + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.Runtime.General.QTypeDefRefOrSpec + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.RuntimeAssembly + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Reflection.RuntimeAssemblyName + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Resources.RuntimeResourceSet + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.EagerStaticClassConstructionAttribute + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ForceDictionaryLookupsAttribute + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ForceLazyDictionaryAttribute + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ICastable + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ReflectionBlockedAttribute + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.StaticClassConstructionContext + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.ExceptionIDs + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.InteropServices.InteropExtensions + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.InteropServices.NativeFunctionPointerWrapper + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.InteropServices.PInvokeMarshal + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.InteropServices.UnsafeGCHandle + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.RhFailFastReason + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.RuntimeImportAttribute + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.RuntimeImports + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.RuntimeObjectFactory + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.TypeLoaderExports + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.RuntimeExceptionHelpers + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.RuntimeType + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Threading.Condition + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Threading.Lock + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Threading.LockHolder + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + CP0001 T:Internal.Console @@ -1434,6 +2868,42 @@ ref/net7.0/System.Private.CoreLib.dll lib/net7.0/System.Private.CoreLib.dll + + CP0002 + F:System.Resources.ResourceManager.BaseNameField + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0002 + F:System.Resources.ResourceSet.Reader + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0002 + M:System.ModuleHandle.#ctor(System.Reflection.Module) + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0002 + M:System.Reflection.MethodBase.get_MetadataDefinitionMethod + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0002 + M:System.Reflection.MethodBase.GetParametersNoCopy + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0002 + M:System.TypedReference.get_IsNull + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + CP0002 F:System.Resources.ResourceManager.BaseNameField @@ -1470,6 +2940,18 @@ 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] + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + + + CP0014 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll + CP0014 M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] diff --git a/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml index 877a8ab153e5a1..7a9116af702959 100644 --- a/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -1,5 +1,17 @@  + + CP0001 + T:Internal.Console + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll + + + CP0001 + T:System.Runtime.CompilerServices.ICastable + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll + CP0001 T:Internal.Console @@ -12,6 +24,18 @@ ref/net7.0/System.Private.CoreLib.dll lib/net7.0/System.Private.CoreLib.dll + + CP0002 + F:System.Resources.ResourceManager.BaseNameField + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll + + + CP0002 + F:System.Resources.ResourceSet.Reader + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll + CP0002 F:System.Resources.ResourceManager.BaseNameField @@ -24,6 +48,18 @@ 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] + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll + + + CP0014 + M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] + /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll + /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll + CP0014 M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] From 1054c68c44c7e495e67e82103cdcae50886002bf Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 12 Oct 2022 18:26:59 +0200 Subject: [PATCH 35/45] Suppression file fixes and Linux path fixes --- eng/resolveContract.targets | 4 +- .../CompatibilitySuppressions.xml | 30 - .../src/CompatibilitySuppressions.xml | 1488 ----------------- .../CompatibilitySuppressions.xml | 36 - 4 files changed, 2 insertions(+), 1556 deletions(-) diff --git a/eng/resolveContract.targets b/eng/resolveContract.targets index 1a3b87f0adef84..57bd5587745581 100644 --- a/eng/resolveContract.targets +++ b/eng/resolveContract.targets @@ -2,8 +2,8 @@ ResolvedMatchingContract true - <_ApiCompatCaptureGroupPattern>.+\$([System.IO.Path]::DirectorySeparatorChar)(.+)\$([System.IO.Path]::DirectorySeparatorChar)(.+) - <_ApiCompatRuntimePrefixPattern>(.+)/(net\d.\d)-(.+)/(.+) + <_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 diff --git a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml index cbfb3489825c38..67b36e1e9b4623 100644 --- a/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/coreclr/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -1,17 +1,5 @@  - - CP0001 - T:Internal.Console - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ICastable - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - CP0001 T:Internal.Console @@ -24,18 +12,6 @@ ref/net7.0/System.Private.CoreLib.dll lib/net7.0/System.Private.CoreLib.dll - - CP0002 - F:System.Resources.ResourceManager.BaseNameField - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0002 - F:System.Resources.ResourceSet.Reader - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - CP0002 F:System.Resources.ResourceManager.BaseNameField @@ -48,12 +24,6 @@ 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] - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - CP0014 M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml index e63ea4588e91e8..d2d1187b5b476f 100644 --- a/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml +++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml @@ -1,1439 +1,5 @@  - - CP0001 - T:Internal.Console - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.DeveloperExperience.DeveloperExperience - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ArraySignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ArraySignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.AssemblyFlags - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.AssemblyHashAlgorithm - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.BooleanCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ByReferenceSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ByReferenceSignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ByteCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.CharCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBooleanArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBooleanArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBooleanValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBooleanValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantBoxedEnumValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantByteArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantByteArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantByteValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantByteValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantCharArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantCharArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantCharValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantCharValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantDoubleArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantDoubleArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantDoubleValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantDoubleValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantEnumArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantEnumArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantHandleArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantHandleArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt16Array - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt16ArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt16Value - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt16ValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt32Array - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt32ArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt32Value - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt32ValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt64Array - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt64ArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt64Value - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantInt64ValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantReferenceValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantReferenceValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSByteArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSByteArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSByteValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSByteValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSingleArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSingleArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSingleValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantSingleValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantStringArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantStringArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantStringValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantStringValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt16Array - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt16ArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt16Value - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt16ValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt32Array - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt32ArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt32Value - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt32ValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt64Array - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt64ArrayHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt64Value - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ConstantUInt64ValueHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.CustomAttribute - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.CustomAttributeHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.CustomAttributeHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.DoubleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Event - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.EventHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.EventHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Field - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FieldHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FieldHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FieldSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FieldSignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FunctionPointerSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.FunctionPointerSignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.GenericParameter - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.GenericParameterHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.GenericParameterHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.GenericParameterKind - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Handle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.HandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.HandleType - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Int16Collection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Int32Collection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Int64Collection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MemberReference - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MemberReferenceHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MetadataReader - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Method - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodInstantiation - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodInstantiationHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSemantics - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSemanticsAttributes - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSemanticsHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSemanticsHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodSignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodTypeVariableSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.MethodTypeVariableSignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ModifiedType - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ModifiedTypeHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamedArgument - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamedArgumentHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamedArgumentHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamedArgumentMemberKind - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceDefinition - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceDefinitionHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceReference - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NamespaceReferenceHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.NativeFormatReaderExtensions - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Parameter - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ParameterHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ParameterHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PInvokeAttributes - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PointerSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PointerSignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.Property - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PropertyHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PropertyHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PropertySignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.PropertySignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.QualifiedField - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.QualifiedFieldHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.QualifiedMethod - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.QualifiedMethodHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.SByteCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeDefinition - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeDefinitionHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeDefinitionHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeReference - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.ScopeReferenceHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.SingleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.SZArraySignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.SZArraySignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeDefinition - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeDefinitionHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeDefinitionHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeForwarder - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeForwarderHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeForwarderHandleCollection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeInstantiationSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeInstantiationSignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeReference - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeReferenceHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeSpecification - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeSpecificationHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeVariableSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.TypeVariableSignatureHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.UInt16Collection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.UInt32Collection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Metadata.NativeFormat.UInt64Collection - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Augments.ReflectionAugments - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Augments.ReflectionCoreCallbacks - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.AssemblyBinder - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.AssemblyBindResult - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.ExecutionDomain - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.ExecutionEnvironment - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.FieldAccessor - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.MethodInvoker - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.Execution.ReflectionCoreExecution - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.QScopeDefinition - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Core.ReflectionDomainSetup - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInheritanceRules - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Reflection.Extensions.NonPortable.CustomAttributeInstantiator - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.DynamicDelegateAugments - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.RuntimeAugments - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.StackTraceMetadataCallbacks - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.Augments.TypeLoaderCallbacks - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CanonTypeKind - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerHelpers.MathHelpers - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerHelpers.StartupCodeHelpers - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerHelpers.ThrowHelpers - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.FixupRuntimeTypeHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.FunctionPointerOps - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.GenericMethodDescriptor - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.MethodNameAndSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.OpenMethodResolver - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.RuntimeFieldHandleInfo - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.RuntimeMethodHandleInfo - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.CompilerServices.RuntimeSignature - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.ReadyToRunSectionType - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.Runtime.TypeManagerHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.TypeSystem.ExceptionStringID - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:Internal.TypeSystem.LockFreeReaderHashtable`2 - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Array`1 - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.DebugAnnotations - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.DebuggerGuidedStepThroughAttribute - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Diagnostics.Tracing.PropertyValue - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.MDArray - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.AssemblyRuntimeNameHelpers - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.BinderBundle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.DynamicInvokeInfo - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.EnumInfo - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.MetadataReaderExtensions - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.NativeFormatMetadataReaderExtensions - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QGenericParameter - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QMethodDefinition - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QSignatureTypeHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QTypeDefinition - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.Runtime.General.QTypeDefRefOrSpec - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.RuntimeAssembly - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Reflection.RuntimeAssemblyName - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Resources.RuntimeResourceSet - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.EagerStaticClassConstructionAttribute - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ForceDictionaryLookupsAttribute - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ForceLazyDictionaryAttribute - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ICastable - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ReflectionBlockedAttribute - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.StaticClassConstructionContext - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.ExceptionIDs - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.InteropServices.InteropExtensions - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.InteropServices.NativeFunctionPointerWrapper - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.InteropServices.PInvokeMarshal - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.InteropServices.UnsafeGCHandle - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.RhFailFastReason - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.RuntimeImportAttribute - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.RuntimeImports - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.RuntimeObjectFactory - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.TypeLoaderExports - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.RuntimeExceptionHelpers - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.RuntimeType - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Threading.Condition - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Threading.Lock - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Threading.LockHolder - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - CP0001 T:Internal.Console @@ -2868,42 +1434,6 @@ ref/net7.0/System.Private.CoreLib.dll lib/net7.0/System.Private.CoreLib.dll - - CP0002 - F:System.Resources.ResourceManager.BaseNameField - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0002 - F:System.Resources.ResourceSet.Reader - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0002 - M:System.ModuleHandle.#ctor(System.Reflection.Module) - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0002 - M:System.Reflection.MethodBase.get_MetadataDefinitionMethod - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0002 - M:System.Reflection.MethodBase.GetParametersNoCopy - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0002 - M:System.TypedReference.get_IsNull - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - CP0002 F:System.Resources.ResourceManager.BaseNameField @@ -2940,18 +1470,6 @@ 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] - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - - - CP0014 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/x64/Release/System.Private.CoreLib.dll - CP0014 M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] @@ -2964,10 +1482,4 @@ 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/mono/System.Private.CoreLib/CompatibilitySuppressions.xml b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml index 7a9116af702959..877a8ab153e5a1 100644 --- a/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml +++ b/src/mono/System.Private.CoreLib/CompatibilitySuppressions.xml @@ -1,17 +1,5 @@  - - CP0001 - T:Internal.Console - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll - - - CP0001 - T:System.Runtime.CompilerServices.ICastable - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll - CP0001 T:Internal.Console @@ -24,18 +12,6 @@ ref/net7.0/System.Private.CoreLib.dll lib/net7.0/System.Private.CoreLib.dll - - CP0002 - F:System.Resources.ResourceManager.BaseNameField - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll - - - CP0002 - F:System.Resources.ResourceSet.Reader - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll - CP0002 F:System.Resources.ResourceManager.BaseNameField @@ -48,18 +24,6 @@ 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] - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll - - - CP0014 - M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] - /home/vihofer/git/runtime/artifacts/bin/System.Private.CoreLib/ref/Release/net7.0/System.Private.CoreLib.dll - /home/vihofer/git/runtime/artifacts/obj/mono/System.Private.CoreLib/wasm/Release/System.Private.CoreLib.dll - CP0014 M:System.Runtime.CompilerServices.RuntimeHelpers.GetObjectValue(System.Object)->object?:[T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute] From 08c7c898a9f58462d9a0fc45023caddca71e4645 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 12 Oct 2022 18:34:14 +0200 Subject: [PATCH 36/45] Update coreclr suppression again) --- .../src/CompatibilitySuppressions.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml index d2d1187b5b476f..85821f1324037e 100644 --- a/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml +++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/CompatibilitySuppressions.xml @@ -1482,4 +1482,10 @@ 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 From 875b0ce2ed1c3c952f1e556177b05108266cec1a Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 12 Oct 2022 20:13:20 +0200 Subject: [PATCH 37/45] Fix suppression file path calculation --- src/libraries/apicompat/ApiCompat.proj | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj index 7fc1923bee4db5..b430796f0f70c3 100644 --- a/src/libraries/apicompat/ApiCompat.proj +++ b/src/libraries/apicompat/ApiCompat.proj @@ -19,10 +19,10 @@ - - - - + + + + @@ -41,9 +41,7 @@ + AfterTargets="Build"> From 612642442e04dd81077d95c24a1dd0f4814275e0 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 12 Oct 2022 20:29:32 +0200 Subject: [PATCH 38/45] Fix previous mistake --- src/libraries/apicompat/ApiCompat.proj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libraries/apicompat/ApiCompat.proj b/src/libraries/apicompat/ApiCompat.proj index b430796f0f70c3..1ef37e902d976c 100644 --- a/src/libraries/apicompat/ApiCompat.proj +++ b/src/libraries/apicompat/ApiCompat.proj @@ -41,7 +41,9 @@ + AfterTargets="Build" + Inputs="@(ReferencePathWithRefAssemblies);$(ApiCompatNetStandard20BaselineFile);$(ApiCompatNetStandard21BaselineFile);$(ApiCompatNetCoreAppLatestStableBaselineFile);@(ApiCompatExcludeAttributesFile)" + Outputs="$(IntermediateOutputPath)$(TargetArchitecture)-marker.txt"> From 504092fcaca5fe57f9a869d5773c8a21dc8320c9 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 13 Oct 2022 10:22:20 +0200 Subject: [PATCH 39/45] Diagnostics.Tracing suppression file --- .../src/CompatibilitySuppressions.Tracing.xml | 33 +++++++++++++++++++ .../src/System.Diagnostics.Tracing.csproj | 17 ++++++---- 2 files changed, 44 insertions(+), 6 deletions(-) create mode 100644 src/libraries/System.Diagnostics.Tracing/src/CompatibilitySuppressions.Tracing.xml 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/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 + + + + From 107080bc6c6bfcafbc459fa3f71701fcd1c9e514 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 13 Oct 2022 11:27:34 +0200 Subject: [PATCH 40/45] Threading suppression file fix --- .../CompatibilitySuppressions.Threading.xml | 27 +++++++++++++++++++ .../src/System.Threading.Thread.csproj | 15 ++++++----- 2 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 src/libraries/System.Threading.Thread/src/CompatibilitySuppressions.Threading.xml 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 + + + + From a3334bdd085a4f7be881ea4f94aaa08085ab884e Mon Sep 17 00:00:00 2001 From: Akhil Indurti Date: Fri, 14 Oct 2022 16:47:37 -0400 Subject: [PATCH 41/45] use global suppression for CryptoSignedXmlRecursionException --- .../src/CompatibilitySuppressions.xml | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml index d991816a3eea81..7f5f1917a6b9ec 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml +++ b/src/libraries/System.Security.Cryptography.Xml/src/CompatibilitySuppressions.xml @@ -16,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 @@ -247,22 +245,4 @@ lib/netstandard2.0/System.Security.Cryptography.Xml.dll lib/net462/System.Security.Cryptography.Xml.dll - - CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net6.0/System.Security.Cryptography.Xml.dll - lib/net6.0/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/net7.0/System.Security.Cryptography.Xml.dll - lib/net7.0/System.Security.Cryptography.Xml.dll - - - CP0001 - T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException - ref/netstandard2.0/System.Security.Cryptography.Xml.dll - lib/netstandard2.0/System.Security.Cryptography.Xml.dll - - \ No newline at end of file + From 5db9a5e6892f782b292920d96fffb3082f63e799 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Sat, 15 Oct 2022 09:59:40 +0200 Subject: [PATCH 42/45] Add Specification.Tests suppression --- .../src/CompatibilitySuppressions.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml index 351ed52d0372da..dd190ecbdbe9cf 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml +++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/CompatibilitySuppressions.xml @@ -12,4 +12,10 @@ 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 From 2af01659bd69affa37f50839fa7ef0ba257d1f1e Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Sat, 15 Oct 2022 22:04:22 +0200 Subject: [PATCH 43/45] Disable NoTargets ref copying --- Directory.Build.props | 1 + eng/NoTargetsSdk.AfterTargets.targets | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 eng/NoTargetsSdk.AfterTargets.targets 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/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 @@ + + + + + + From ddf1391d737eb142154fe81b2602d805bd99daa9 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Sat, 15 Oct 2022 22:51:32 +0200 Subject: [PATCH 44/45] Fix for coreclr build --- src/coreclr/Directory.Build.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))" /> From c346c8882609b9af5311a285e87c7bbdb7d57397 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Sat, 15 Oct 2022 22:51:46 +0200 Subject: [PATCH 45/45] Avoid duplicate project evals --- eng/TraversalSdk.AfterTargets.targets | 4 ++++ src/libraries/tests.proj | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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/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